Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dhci_core.h151 struct oob_data { struct
152 struct list_head list;
153 bdaddr_t bdaddr;
154 u8 bdaddr_type;
155 u8 present;
156 u8 hash192[16];
157 u8 rand192[16];
158 u8 hash256[16];
159 u8 rand256[16];
Dhci.h710 __u8 oob_data; member
1934 __u8 oob_data; member
/Linux-v4.19/net/bluetooth/
Dsmp.c692 struct oob_data *oob_data; in build_pairing_cmd() local