Home
last modified time | relevance | path

Searched refs:sco_pkts (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_var.h69 u_int16_t sco_pkts; /* size of buffer (packets) */ member
107 if ((b).sco_free > (b).sco_pkts) \
108 (b).sco_free = (b).sco_pkts; \
111 #define NG_HCI_BUFF_SCO_TOTAL(b, v) (v) = (b).sco_pkts
117 (b).sco_pkts = (n); \
H A Dng_hci_main.c415 NG_HCI_BUFF_SCO_TOTAL(unit->buffer, ep->sco_pkts); in ng_hci_default_rcvmsg()
/freebsd/lib/libbluetooth/
H A Dbluetooth.h117 uint16_t sco_pkts; member
H A Dhci.c647 di->sco_pkts = rp.r3.buffer.sco_pkts; in bt_devinfo()
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dnode.c131 r.buffer.sco_pkts); in hci_read_node_buffer_size()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h587 u_int16_t sco_pkts; /* number of SCO packets */ member