Searched refs:hci_inquiry_cache_lookup (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 2747 ie = hci_inquiry_cache_lookup(hdev, &ev->bdaddr); in hci_conn_request_evt() 4140 ie = hci_inquiry_cache_lookup(hdev, &conn->dst); in hci_clock_offset_evt() 4175 ie = hci_inquiry_cache_lookup(hdev, &ev->bdaddr); in hci_pscan_rep_mode_evt() 4275 ie = hci_inquiry_cache_lookup(hdev, &conn->dst); in hci_remote_ext_features_evt() 4898 ie = hci_inquiry_cache_lookup(hdev, &ev->bdaddr); in hci_remote_host_features_evt()
|
H A D | hci_conn.c | 216 ie = hci_inquiry_cache_lookup(hdev, &conn->dst); in hci_acl_create_connection()
|
H A D | hci_core.c | 1123 struct inquiry_entry *hci_inquiry_cache_lookup(struct hci_dev *hdev, in hci_inquiry_cache_lookup() function 1207 ie = hci_inquiry_cache_lookup(hdev, &data->bdaddr); in hci_inquiry_cache_update()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 3325 ie = hci_inquiry_cache_lookup(hdev, &ev->bdaddr); in hci_conn_request_evt() 4829 ie = hci_inquiry_cache_lookup(hdev, &conn->dst); in hci_clock_offset_evt() 4866 ie = hci_inquiry_cache_lookup(hdev, &ev->bdaddr); in hci_pscan_rep_mode_evt() 4982 ie = hci_inquiry_cache_lookup(hdev, &conn->dst); in hci_remote_ext_features_evt() 5618 ie = hci_inquiry_cache_lookup(hdev, &ev->bdaddr); in hci_remote_host_features_evt()
|
H A D | hci_core.c | 192 struct inquiry_entry *hci_inquiry_cache_lookup(struct hci_dev *hdev, in hci_inquiry_cache_lookup() function 276 ie = hci_inquiry_cache_lookup(hdev, &data->bdaddr); in hci_inquiry_cache_update()
|
H A D | hci_conn.c | 218 ie = hci_inquiry_cache_lookup(hdev, &conn->dst); in hci_acl_create_connection()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 806 struct inquiry_entry *hci_inquiry_cache_lookup(struct hci_dev *hdev,
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 945 struct inquiry_entry *hci_inquiry_cache_lookup(struct hci_dev *hdev,
|
Completed in 35 milliseconds