Home
last modified time | relevance | path

Searched refs:sco_sent (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_var.h146 #define NG_HCI_STAT_SCO_SENT(s, n) (s).sco_sent += (n)
/freebsd/lib/libbluetooth/
H A Dbluetooth.h129 uint32_t sco_sent; member
H A Dhci.c660 di->sco_sent = rp.r4.stat.sco_sent; in bt_devinfo()
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dnode.c187 fprintf(stdout, "SCO packets sent: %d\n", r.stat.sco_sent); in hci_read_node_stat()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h609 u_int32_t sco_sent; /* number of SCO packets sent */ member