Searched defs:discovery_state (Results 1 – 2 of 2) sorted by relevance
59 struct discovery_state { struct60 int type;61 enum {67 } state;68 struct list_head all; /* All devices found during inquiry */69 struct list_head unknown; /* Name state not known */70 struct list_head resolve; /* Name needs to be resolved */71 __u32 timestamp;72 bdaddr_t last_adv_addr;73 u8 last_adv_addr_type;[all …]
271 enum discovery_state { enum