Bluetooth: hci_sync: Convert MGMT_OP_SET_FAST_CONNECTABLE
This creates a synchronized Write Fast Connectable call and attaches it to the MGMT_OP_SET_FAST_CONNECTABLE management opcode. Signed-off-by: Brian Gix <brian.gix@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
committed by
Marcel Holtmann
parent
abfeea476c
commit
353a0249c3
@@ -68,6 +68,8 @@ int hci_disable_advertising_sync(struct hci_dev *hdev);
|
||||
int hci_update_passive_scan_sync(struct hci_dev *hdev);
|
||||
int hci_update_passive_scan(struct hci_dev *hdev);
|
||||
|
||||
int hci_write_fast_connectable_sync(struct hci_dev *hdev, bool enable);
|
||||
|
||||
int hci_dev_open_sync(struct hci_dev *hdev);
|
||||
int hci_dev_close_sync(struct hci_dev *hdev);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user