Searched defs:discovery_state (Results 1 – 1 of 1) sorted by relevance
72 struct discovery_state { struct73 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 …]