Searched refs:hci_find_remote_oob_data (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_core.c | 1529 struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev, in hci_find_remote_oob_data() function 1550 data = hci_find_remote_oob_data(hdev, bdaddr, bdaddr_type); in hci_remove_remote_oob_data() 1578 data = hci_find_remote_oob_data(hdev, bdaddr, bdaddr_type); in hci_add_remote_oob_data()
|
H A D | smp.c | 687 oob_data = hci_find_remote_oob_data(hdev, &hcon->dst, in build_pairing_cmd()
|
H A D | hci_event.c | 5285 data = hci_find_remote_oob_data(hdev, &conn->dst, BDADDR_BREDR); in bredr_oob_data_present() 5638 data = hci_find_remote_oob_data(hdev, &ev->bdaddr, BDADDR_BREDR); in hci_remote_oob_data_request_evt()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_core.c | 2779 struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev, in hci_find_remote_oob_data() function 2800 data = hci_find_remote_oob_data(hdev, bdaddr, bdaddr_type); in hci_remove_remote_oob_data() 2828 data = hci_find_remote_oob_data(hdev, bdaddr, bdaddr_type); in hci_add_remote_oob_data()
|
H A D | hci_event.c | 4568 data = hci_find_remote_oob_data(hdev, &conn->dst, BDADDR_BREDR); in bredr_oob_data_present() 4918 data = hci_find_remote_oob_data(hdev, &ev->bdaddr, BDADDR_BREDR); in hci_remote_oob_data_request_evt()
|
H A D | smp.c | 686 oob_data = hci_find_remote_oob_data(hdev, &hcon->dst, in build_pairing_cmd()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 1298 struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev,
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 1749 struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev,
|
Completed in 40 milliseconds