mbox series

[BlueZ,0/1] adapter: Fix check of DISCOVERABLE setting

Message ID 20220409100130.9743-1-jakob@hilmer.dk (mailing list archive)
Headers show
Series adapter: Fix check of DISCOVERABLE setting | expand

Message

Jakob Hilmer April 9, 2022, 10:01 a.m. UTC
While debugging problems with BT discoverable with an older version
of BlueZ. I stumbled upon this error - Two places the flag of 
`current_settings` is checked against MGMT_OP_SET_DISCOVERABLE
instead of MGMT_SETTING_DISCOVERABLE.

Jakob hilmer (1):
  adapter: Fix check of DISCOVERABLE setting

 src/adapter.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org April 11, 2022, 6:20 p.m. UTC | #1
Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Sat,  9 Apr 2022 12:01:29 +0200 you wrote:
> While debugging problems with BT discoverable with an older version
> of BlueZ. I stumbled upon this error - Two places the flag of
> `current_settings` is checked against MGMT_OP_SET_DISCOVERABLE
> instead of MGMT_SETTING_DISCOVERABLE.
> 
> Jakob hilmer (1):
>   adapter: Fix check of DISCOVERABLE setting
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/1] adapter: Fix check of DISCOVERABLE setting
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=7903bbe1005b

You are awesome, thank you!