Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/bluetooth/
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];
Dhci.h884 __u8 oob_data; member
2506 __u8 oob_data; member
/Linux-v6.6/net/bluetooth/
Dsmp.c674 struct oob_data *oob_data; in build_pairing_cmd() local