Home
last modified time | relevance | path

Searched refs:NG_HCI_STAT_SCO_SENT (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_var.h147 #define NG_HCI_STAT_SCO_SENT(s, n) (s).sco_sent += (n) macro
H A Dng_hci_evnt.c243 NG_HCI_STAT_SCO_SENT(unit->stat, count); in ng_hci_send_data()