ble_gatt_client
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
hci_dev_stats Struct Reference

#include <hci.h>

Data Fields

uint32_t err_rx
 
uint32_t err_tx
 
uint32_t cmd_tx
 
uint32_t evt_rx
 
uint32_t acl_tx
 
uint32_t acl_rx
 
uint32_t sco_tx
 
uint32_t sco_rx
 
uint32_t byte_rx
 
uint32_t byte_tx
 

Detailed Description

Definition at line 2364 of file hci.h.

Field Documentation

uint32_t hci_dev_stats::acl_rx

Definition at line 2370 of file hci.h.

uint32_t hci_dev_stats::acl_tx

Definition at line 2369 of file hci.h.

uint32_t hci_dev_stats::byte_rx

Definition at line 2373 of file hci.h.

uint32_t hci_dev_stats::byte_tx

Definition at line 2374 of file hci.h.

uint32_t hci_dev_stats::cmd_tx

Definition at line 2367 of file hci.h.

uint32_t hci_dev_stats::err_rx

Definition at line 2365 of file hci.h.

uint32_t hci_dev_stats::err_tx

Definition at line 2366 of file hci.h.

uint32_t hci_dev_stats::evt_rx

Definition at line 2368 of file hci.h.

uint32_t hci_dev_stats::sco_rx

Definition at line 2372 of file hci.h.

uint32_t hci_dev_stats::sco_tx

Definition at line 2371 of file hci.h.


The documentation for this struct was generated from the following file: