Home
last modified time | relevance | path

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

/external/adhd/cras/src/common/
Dbluetooth.h48 struct hci_dev_info { struct
49 uint16_t dev_id;
50 char name[8];
51 bdaddr_t bdaddr;
52 uint32_t flags;
53 uint8_t type;
54 uint8_t features[8];
55 uint32_t pkt_type;
56 uint32_t link_policy;
57 uint32_t link_mode;
[all …]
/external/autotest/client/profilers/powertop/src/
Dbluetooth.c66 struct hci_dev_info { struct
67 __u16 dev_id;
68 char name[8];
70 bdaddr_t bdaddr;
72 __u32 flags;
73 __u8 type;
75 __u8 features[8];
99 struct hci_dev_info devinfo; in suggest_bluetooth_off() argument