Searched refs:hci_inquiry_sync (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/net/bluetooth/ |
| H A D | hci_sync.h | 158 int hci_inquiry_sync(struct hci_dev *hdev, u8 length, u8 num_rsp);
|
| /linux-6.15/net/bluetooth/ |
| H A D | hci_sync.c | 361 return hci_inquiry_sync(hdev, DISCOV_INTERLEAVED_INQUIRY_LEN, 0); in interleaved_inquiry_sync() 5820 int hci_inquiry_sync(struct hci_dev *hdev, u8 length, u8 num_rsp) in hci_inquiry_sync() function 5930 return hci_inquiry_sync(hdev, DISCOV_BREDR_INQUIRY_LEN, 0); in hci_start_interleaved_discovery_sync() 5942 return hci_inquiry_sync(hdev, DISCOV_BREDR_INQUIRY_LEN, 0); in hci_start_discovery_sync()
|
| H A D | hci_core.c | 353 err = hci_inquiry_sync(hdev, ir.length, ir.num_rsp); in hci_inquiry()
|