Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci_sync.h158 int hci_inquiry_sync(struct hci_dev *hdev, u8 length, u8 num_rsp);
/linux/net/bluetooth/
H A Dhci_sync.c361 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 Dhci_core.c371 err = hci_inquiry_sync(hdev, ir.length, ir.num_rsp); in hci_inquiry()