Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A 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()
H A Dhci_core.c1485 struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev, in hci_find_remote_oob_data()
1488 struct oob_data *data; in hci_find_remote_oob_data()
1504 struct oob_data *data; in hci_remove_remote_oob_data()
1520 struct oob_data *data, *n; in hci_remote_oob_data_clear()
1532 struct oob_data *data; in hci_add_remote_oob_data()
H A Dhci_debugfs.c200 struct oob_data *data; in remote_oob_show()
H A Dhci_event.c5160 struct oob_data *data; in bredr_oob_data_present()
5254 cp.oob_data = bredr_oob_data_present(conn); in hci_io_capa_request_evt()
5506 struct oob_data *data; in hci_remote_oob_data_request_evt()
/linux/include/net/bluetooth/
H A Dhci.h895 __u8 oob_data; member
2437 __u8 oob_data; member
H A Dhci_core.h224 struct oob_data { struct
1738 struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev,