Home
last modified time | relevance | path

Searched refs:sco_size (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_var.h69 u_int8_t sco_size; /* max. size of one packet */ member
113 #define NG_HCI_BUFF_SCO_SIZE(b, v) (v) = (b).sco_size
117 (b).sco_size = (s); \
H A Dng_hci_main.c306 sco_total, sco_avail, sco_size; in ng_hci_default_rcvmsg() local
322 NG_HCI_BUFF_SCO_SIZE(unit->buffer, sco_size); in ng_hci_default_rcvmsg()
341 sco_avail, sco_total, sco_size); in ng_hci_default_rcvmsg()
417 NG_HCI_BUFF_SCO_SIZE(unit->buffer, ep->sco_size); in ng_hci_default_rcvmsg()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h587 u_int8_t sco_size; /* max. size of SCO packet */ member