Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci_core.h72 struct discovery_state { struct
73 int type;
74 enum {
80 } state;
81 struct list_head all; /* All devices found during inquiry */
82 struct list_head unknown; /* Name state not known */
83 struct list_head resolve; /* Name needs to be resolved */
84 __u32 timestamp;
85 bdaddr_t last_adv_addr;
86 u8 last_adv_addr_type;
[all …]