From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4E4E592C.7060103@nokia.com> Date: Fri, 19 Aug 2011 15:38:04 +0300 From: Antti Julku MIME-Version: 1.0 To: ext Marcel Holtmann CC: johan.hedberg@gmail.com, ext Claudio Takahasi , linux-bluetooth@vger.kernel.org Subject: Re: [PATCH] Bluetooth: Add mgmt command for fast connectable mode References: <1308737516-3303-1-git-send-email-antti.julku@nokia.com> <1309309092.2208.25.camel@aeonflux> <4E3A5BFB.1050201@nokia.com> <4E425061.6080206@nokia.com> <1312984559.3373.122.camel@aeonflux> In-Reply-To: <1312984559.3373.122.camel@aeonflux> Content-Type: text/plain; charset=UTF-8; format=flowed List-ID: Hi Marcel, On 08/10/2011 04:55 PM, ext Marcel Holtmann wrote: > I recap, then fast connectable mode is something that is controlled by > one or multiple profiles. So this is just really a on/off switch. And if > we support it then all profiles should just use the same settings for > it. So far correct? Or do we need different values/parameters on a per > profile basis? All profiles use same settings currently, probably no need to have different configurations for profiles. > > If I just assume the above, then we need a set of commands that can > configure the settings of fast connectable mode. And that is done once > when we start bluetoothd. After that it is really just toggle on and > toggle off. And bluetoothd internally can keep a reference count for > that. > > And then it makes sense to do the same for LE and BR/EDR. It is either > on or off. Just the initial parameter set for LE is configured > differently. So one command which switches fast connectable on/off for both BR and LE? And two for configuration? Maybe something like this? Set Fast Connectable Command ============================ Command Code: 0x0001F Controller Index: Command Parameters: Enable (1 Octet) Return Parameters: Status (1 octet) Configure BR Fast Connectable Mode Command ========================================== Command Code: 0x00020 Controller Index: Command Parameters: Page_scan_type (1 Octet) Page_scan_interval (1 Octet) Return Parameters: Status (1 octet) Configure LE Fast Connectable Mode Command ========================================== Command Code: 0x00021 Controller Index: Command Parameters: Adv_interval (1 Octet) ...and maybe some other settings if needed Return Parameters: Status (1 octet) I guess the default (fast connectable off) values can be hardcoded since they should be always the same. We could also read the original value before configuring, but then we can't know if it's really the default value. Br, Antti