Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/bluetooth/
Dhci_core.h59 struct discovery_state { struct
60 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 …]
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc.h271 enum discovery_state { enum