Searched refs:oob_data (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | smp.c | 673 struct oob_data *oob_data; in build_pairing_cmd() local 686 oob_data = hci_find_remote_oob_data(hdev, &hcon->dst, in build_pairing_cmd() 688 if (oob_data && oob_data->present) { in build_pairing_cmd() 691 memcpy(smp->rr, oob_data->rand256, 16); in build_pairing_cmd() 692 memcpy(smp->pcnf, oob_data->hash256, 16); in build_pairing_cmd()
|
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() 2782 struct oob_data *data; in hci_find_remote_oob_data() 2798 struct oob_data *data; in hci_remove_remote_oob_data() 2814 struct oob_data *data, *n; in hci_remote_oob_data_clear() 2826 struct oob_data *data; in hci_add_remote_oob_data()
|
H A D | hci_debugfs.c | 199 struct oob_data *data; in remote_oob_show()
|
H A D | hci_event.c | 4566 struct oob_data *data; in bredr_oob_data_present() 4659 cp.oob_data = bredr_oob_data_present(conn); in hci_io_capa_request_evt() 4909 struct oob_data *data; in hci_remote_oob_data_request_evt()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | smp.c | 674 struct oob_data *oob_data; in build_pairing_cmd() local 687 oob_data = hci_find_remote_oob_data(hdev, &hcon->dst, in build_pairing_cmd() 689 if (oob_data && oob_data->present) { in build_pairing_cmd() 692 memcpy(smp->rr, oob_data->rand256, 16); in build_pairing_cmd() 693 memcpy(smp->pcnf, oob_data->hash256, 16); in build_pairing_cmd()
|
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() 1532 struct oob_data *data; in hci_find_remote_oob_data() 1548 struct oob_data *data; in hci_remove_remote_oob_data() 1564 struct oob_data *data, *n; in hci_remote_oob_data_clear() 1576 struct oob_data *data; in hci_add_remote_oob_data()
|
H A D | hci_debugfs.c | 201 struct oob_data *data; in remote_oob_show()
|
H A D | hci_event.c | 5283 struct oob_data *data; in bredr_oob_data_present() 5377 cp.oob_data = bredr_oob_data_present(conn); in hci_io_capa_request_evt() 5629 struct oob_data *data; in hci_remote_oob_data_request_evt()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 781 __u8 oob_data; member 2150 __u8 oob_data; member
|
H A D | hci_core.h | 217 struct oob_data { 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.h | 885 __u8 oob_data; member 2507 __u8 oob_data; member
|
H A D | hci_core.h | 232 struct oob_data { struct 1749 struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev,
|
Completed in 70 milliseconds