ble_gatt_client
|
#include <hci.h>
Data Fields | |
uint16_t | dev_id |
char | name [8] |
bdaddr_t | bdaddr |
uint32_t | flags |
uint8_t | type |
uint8_t | features [8] |
uint32_t | pkt_type |
uint32_t | link_policy |
uint32_t | link_mode |
uint16_t | acl_mtu |
uint16_t | acl_pkts |
uint16_t | sco_mtu |
uint16_t | sco_pkts |
struct hci_dev_stats | stat |
bdaddr_t hci_dev_info::bdaddr |
Definition at line 2381 of file hci.h.
Referenced by __other_bdaddr(), __same_bdaddr(), and hci_devba().
uint16_t hci_dev_info::dev_id |
Definition at line 2378 of file hci.h.
Referenced by __other_bdaddr(), __same_bdaddr(), hci_devinfo(), and hci_get_route().
uint32_t hci_dev_info::flags |
Definition at line 2383 of file hci.h.
Referenced by __other_bdaddr(), and hci_devba().
struct hci_dev_stats hci_dev_info::stat |