Home
last modified time | relevance | path

Searched defs:oob_data (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/bluetooth/
H A Dhci_core.h227 struct oob_data { struct
228 struct list_head list;
229 bdaddr_t bdaddr;
230 u8 bdaddr_type;
231 u8 present;
232 u8 hash192[16];
233 u8 rand192[16];
234 u8 hash256[16];
235 u8 rand256[16];
H A Dhci.h942 __u8 oob_data; member
2491 __u8 oob_data; member
/linux/net/bluetooth/
H A Dsmp.c673 struct oob_data *oob_data; in build_pairing_cmd() local