Home
last modified time | relevance | path

Searched refs:oob_data (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
Dsmp.c673 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()
Dhci_core.c2777 struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev, in hci_find_remote_oob_data()
2780 struct oob_data *data; in hci_find_remote_oob_data()
2796 struct oob_data *data; in hci_remove_remote_oob_data()
2812 struct oob_data *data, *n; in hci_remote_oob_data_clear()
2824 struct oob_data *data; in hci_add_remote_oob_data()
Dhci_debugfs.c199 struct oob_data *data; in remote_oob_show()
Dhci_event.c4538 struct oob_data *data; in bredr_oob_data_present()
4628 cp.oob_data = bredr_oob_data_present(conn); in hci_io_capa_request_evt()
4878 struct oob_data *data; in hci_remote_oob_data_request_evt()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h781 __u8 oob_data; member
2150 __u8 oob_data; member
Dhci_core.h212 struct oob_data { struct
1294 struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev,