oob_data          723 include/net/bluetooth/hci.h 	__u8     oob_data;
oob_data         1981 include/net/bluetooth/hci.h 	__u8     oob_data;
oob_data         1129 include/net/bluetooth/hci_core.h struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev,
oob_data         2651 net/bluetooth/hci_core.c struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev,
oob_data         2654 net/bluetooth/hci_core.c 	struct oob_data *data;
oob_data         2670 net/bluetooth/hci_core.c 	struct oob_data *data;
oob_data         2686 net/bluetooth/hci_core.c 	struct oob_data *data, *n;
oob_data         2698 net/bluetooth/hci_core.c 	struct oob_data *data;
oob_data          183 net/bluetooth/hci_debugfs.c 	struct oob_data *data;
oob_data         4380 net/bluetooth/hci_event.c 	struct oob_data *data;
oob_data         4470 net/bluetooth/hci_event.c 		cp.oob_data = bredr_oob_data_present(conn);
oob_data         4710 net/bluetooth/hci_event.c 	struct oob_data *data;
oob_data          683 net/bluetooth/smp.c 		struct oob_data *oob_data;
oob_data          696 net/bluetooth/smp.c 		oob_data = hci_find_remote_oob_data(hdev, &hcon->dst,
oob_data          698 net/bluetooth/smp.c 		if (oob_data && oob_data->present) {
oob_data          701 net/bluetooth/smp.c 			memcpy(smp->rr, oob_data->rand256, 16);
oob_data          702 net/bluetooth/smp.c 			memcpy(smp->pcnf, oob_data->hash256, 16);