Searched defs:hci_dev_info (Results 1 – 2 of 2) sorted by relevance
66 struct hci_dev_info { struct67 __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
48 struct hci_dev_info { struct49 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 …]