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