Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_sync.c361 return hci_inquiry_sync(hdev, DISCOV_INTERLEAVED_INQUIRY_LEN, 0); in interleaved_inquiry_sync()
5792 int hci_inquiry_sync(struct hci_dev *hdev, u8 length, u8 num_rsp) in hci_inquiry_sync() function
5902 return hci_inquiry_sync(hdev, DISCOV_BREDR_INQUIRY_LEN, 0); in hci_start_interleaved_discovery_sync()
5914 return hci_inquiry_sync(hdev, DISCOV_BREDR_INQUIRY_LEN, 0); in hci_start_discovery_sync()
H A Dhci_core.c353 err = hci_inquiry_sync(hdev, ir.length, ir.num_rsp); in hci_inquiry()