Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/bluetooth/
Dhci_core.h65 struct discovery_state { struct
66 int type;
67 enum {
73 } state;
74 struct list_head all; /* All devices found during inquiry */
75 struct list_head unknown; /* Name state not known */
76 struct list_head resolve; /* Name needs to be resolved */
77 __u32 timestamp;
78 bdaddr_t last_adv_addr;
79 u8 last_adv_addr_type;
[all …]