Return-Path: Date: Wed, 18 Jan 2012 13:57:35 +0200 From: Johan Hedberg To: Vinicius Costa Gomes Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH BlueZ 02/11] Add messages to the mgmt interface to handle SMP key storage Message-ID: <20120118115735.GA5970@x220> References: <1326842930-31623-1-git-send-email-vinicius.gomes@openbossa.org> <1326842930-31623-2-git-send-email-vinicius.gomes@openbossa.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1326842930-31623-2-git-send-email-vinicius.gomes@openbossa.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Vinicius, On Tue, Jan 17, 2012, Vinicius Costa Gomes wrote: > +#define MGMT_EV_NEW_LONG_TERM_KEY 0x0016 > +struct mgmt_ev_new_long_term_key { > + uint8_t store_hint; > + struct mgmt_ltk_info key; > +} __packed; I've pushed the first patch, but this doesn't match mgmt-api.txt. In the API doc the event code is 0x0015. Johan