Searched refs:NG_HCI_STAT_SCO_SENT (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/sys/netgraph7/bluetooth/hci/ | ||
| HD | ng_hci_var.h | 145 #define NG_HCI_STAT_SCO_SENT(s, n) (s).sco_sent += (n) macro |
| HD | ng_hci_evnt.c | 239 NG_HCI_STAT_SCO_SENT(unit->stat, count); in ng_hci_send_data() |