Home
last modified time | relevance | path

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

/linux-6.15/include/net/bluetooth/
H A Dhci_core.h225 struct oob_data { struct
226 struct list_head list;
227 bdaddr_t bdaddr;
228 u8 bdaddr_type;
229 u8 present;
230 u8 hash192[16];
231 u8 rand192[16];
232 u8 hash256[16];
233 u8 rand256[16];
H A Dhci.h940 __u8 oob_data; member
2489 __u8 oob_data; member
/linux-6.15/net/bluetooth/
H A Dsmp.c673 struct oob_data *oob_data; in build_pairing_cmd() local