Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/bluetooth/
Dhci_core.h159 struct oob_data { struct
160 struct list_head list;
161 bdaddr_t bdaddr;
162 u8 bdaddr_type;
163 u8 present;
164 u8 hash192[16];
165 u8 rand192[16];
166 u8 hash256[16];
167 u8 rand256[16];
Dhci.h723 __u8 oob_data; member
1981 __u8 oob_data; member
/Linux-v5.4/net/bluetooth/
Dsmp.c683 struct oob_data *oob_data; in build_pairing_cmd() local