Linux Kernel
3.7.1
|
#include <hci_core.h>
Public Types | |
enum | { DISCOVERY_STOPPED, DISCOVERY_STARTING, DISCOVERY_FINDING, DISCOVERY_RESOLVING, DISCOVERY_STOPPING } |
Data Fields | |
int | type |
enum discovery_state:: { ... } | state |
struct list_head | all |
struct list_head | unknown |
struct list_head | resolve |
__u32 | timestamp |
Definition at line 58 of file hci_core.h.
anonymous enum |
DISCOVERY_STOPPED | |
DISCOVERY_STARTING | |
DISCOVERY_FINDING | |
DISCOVERY_RESOLVING | |
DISCOVERY_STOPPING |
Definition at line 60 of file hci_core.h.
Definition at line 67 of file hci_core.h.
Definition at line 69 of file hci_core.h.
enum { ... } state |
Definition at line 70 of file hci_core.h.
Definition at line 59 of file hci_core.h.
Definition at line 68 of file hci_core.h.