commit | 86fbd9f63a6b42b8f158361334f5a25762aea358 | [log] [tgz] |
---|---|---|
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Wed May 15 10:32:01 2024 -0400 |
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Mon Jun 10 09:48:25 2024 -0400 |
tree | 90f992c3c1194c6d3c4984cc392e9e4a41dd5191 | |
parent | 93792130a9387b26d825aa78947e4065deb95d15 [diff] |
Bluetooth: hci_sync: Fix not using correct handle When setting up an advertisement the code shall always attempt to use the handle set by the instance since it may not be equal to the instance ID. Fixes: e77f43d531af ("Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1") Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>