mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 15:39:42 -04:00
Bluetooth: convert hci_update_adv_data to hci_sync
hci_update_adv_data() is called from hci_event and hci_core due to events from the controller. The prior function used the deprecated hci_request method, and the new one uses hci_sync.c Signed-off-by: Brian Gix <brian.gix@intel.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
committed by
Luiz Augusto von Dentz
parent
3fe318ee72
commit
651cd3d65b
@@ -61,6 +61,7 @@ int hci_update_random_address_sync(struct hci_dev *hdev, bool require_privacy,
|
||||
|
||||
int hci_update_scan_rsp_data_sync(struct hci_dev *hdev, u8 instance);
|
||||
int hci_update_adv_data_sync(struct hci_dev *hdev, u8 instance);
|
||||
int hci_update_adv_data(struct hci_dev *hdev, u8 instance);
|
||||
int hci_schedule_adv_instance_sync(struct hci_dev *hdev, u8 instance,
|
||||
bool force);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user