Home
last modified time | relevance | path

Searched refs:hci_write_fast_connectable_sync (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/net/bluetooth/
Dhci_sync.h95 int hci_write_fast_connectable_sync(struct hci_dev *hdev, bool enable);
/linux-6.6.21/net/bluetooth/
Dhci_sync.c3079 int hci_write_fast_connectable_sync(struct hci_dev *hdev, bool enable) in hci_write_fast_connectable_sync() function
3234 hci_write_fast_connectable_sync(hdev, true); in hci_powered_update_sync()
3236 hci_write_fast_connectable_sync(hdev, false); in hci_powered_update_sync()
Dmgmt.c6634 return hci_write_fast_connectable_sync(hdev, cp->val); in write_fast_connectable_sync()
6720 status = hci_write_fast_connectable_sync(hdev, false); in set_bredr_sync()