Searched defs:hci_dev_stats (Results 1 – 2 of 2) sorted by relevance
35 struct hci_dev_stats { struct36 uint32_t err_rx;37 uint32_t err_tx;38 uint32_t cmd_tx;62 struct hci_dev_stats stat; argument
52 struct hci_dev_stats { struct53 __u32 err_rx;54 __u32 err_tx;55 __u32 cmd_tx;56 __u32 evt_rx;57 __u32 acl_tx;58 __u32 acl_rx;59 __u32 sco_tx;60 __u32 sco_rx;61 __u32 byte_rx;[all …]