Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/bluetooth/
Dhci_core.h211 struct oob_data { struct
212 struct list_head list;
213 bdaddr_t bdaddr;
214 u8 bdaddr_type;
215 u8 present;
216 u8 hash192[16];
217 u8 rand192[16];
218 u8 hash256[16];
219 u8 rand256[16];
Dhci.h783 __u8 oob_data; member
2159 __u8 oob_data; member
/Linux-v5.15/net/bluetooth/
Dsmp.c672 struct oob_data *oob_data; in build_pairing_cmd() local