Home
last modified time | relevance | path

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

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