Searched refs:hci_inquiry_cache_lookup (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | hci_event.c | 3282 ie = hci_inquiry_cache_lookup(hdev, &ev->bdaddr); in hci_conn_request_evt() 4720 ie = hci_inquiry_cache_lookup(hdev, &conn->dst); in hci_clock_offset_evt() 4757 ie = hci_inquiry_cache_lookup(hdev, &ev->bdaddr); in hci_pscan_rep_mode_evt() 4873 ie = hci_inquiry_cache_lookup(hdev, &conn->dst); in hci_remote_ext_features_evt() 5506 ie = hci_inquiry_cache_lookup(hdev, &ev->bdaddr); in hci_remote_oob_data_request_evt()
|
H A D | hci_core.c | 148 struct inquiry_entry *hci_inquiry_cache_lookup(struct hci_dev *hdev, in hci_inquiry_cache_lookup() 232 ie = hci_inquiry_cache_lookup(hdev, &data->bdaddr); in hci_inquiry_cache_update() 147 struct inquiry_entry *hci_inquiry_cache_lookup(struct hci_dev *hdev, hci_inquiry_cache_lookup() function
|
H A D | hci_sync.c | 6796 ie = hci_inquiry_cache_lookup(hdev, &conn->dst); in hci_acl_create_conn_sync()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_core.h | 909 struct inquiry_entry *hci_inquiry_cache_lookup(struct hci_dev *hdev,
|