diff options
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2024-04-16 15:34:45 -0400 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2024-04-24 16:26:14 -0400 |
commit | 6eb5fcc416f127f220b9177a5c9ae751cac1cda8 (patch) | |
tree | d29d5ddc957639f0449478a39a8f2a4b82a49161 /Kconfig | |
parent | 32868e126c78876a8a5ddfcb6ac8cb2fffcf4d27 (diff) |
Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID
These commands don't require the adapter to be up and running so don't
use hci_cmd_sync_queue which would check that flag, instead use
hci_cmd_sync_submit which would ensure mgmt_class_complete is set
properly regardless if any command was actually run or not.
Link: https://github.com/bluez/bluez/issues/809
Fixes: d883a4669a1d ("Bluetooth: hci_sync: Only allow hci_cmd_sync_queue if running")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions