Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/bluetooth/
Dhci_sync.h94 int hci_write_le_host_supported_sync(struct hci_dev *hdev, u8 le, u8 simul);
/Linux-v6.1/net/bluetooth/
Dhci_sync.c2852 int hci_write_le_host_supported_sync(struct hci_dev *hdev, u8 le, u8 simul) in hci_write_le_host_supported_sync() function
3074 err = hci_write_le_host_supported_sync(hdev, 0x01, 0x00); in hci_powered_update_sync()
Dmgmt.c2136 err = hci_write_le_host_supported_sync(hdev, val, 0); in set_le_sync()