]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Move Adv Instance timer to hci_sync
authorBrian Gix <brian.gix@intel.com>
Fri, 5 Aug 2022 23:42:32 +0000 (16:42 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 25 Aug 2022 23:19:37 +0000 (16:19 -0700)
commit729168868360f819c56f4709d73974d60cbc0abb
tree143a53a9dd91abe934938af6e4e34a762ba351cb
parentb9115ceee57bd828ddcf48f6d680c0d6c76f9056
Bluetooth: Move Adv Instance timer to hci_sync

The Advertising Instance expiration timer adv_instance_expire was
handled with the deprecated hci_request mechanism, rather than it's
replacement: hci_sync.

Signed-off-by: Brian Gix <brian.gix@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
include/net/bluetooth/hci_sync.h
net/bluetooth/hci_request.c
net/bluetooth/hci_request.h
net/bluetooth/hci_sync.c
net/bluetooth/mgmt.c