Searched refs:sco_size (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_var.h67 u_int8_t sco_size; /* max. size of one packet */ member in struct:ng_hci_unit_buff
111 #define NG_HCI_BUFF_SCO_SIZE(b, v) (v) = (b).sco_size
115 (b).sco_size = (s); \
H A Dng_hci_main.c289 sco_total, sco_avail, sco_size; local
305 NG_HCI_BUFF_SCO_SIZE(unit->buffer, sco_size);
324 sco_avail, sco_total, sco_size);
400 NG_HCI_BUFF_SCO_SIZE(unit->buffer, ep->sco_size);
/freebsd-11-stable/lib/libbluetooth/
H A Dbluetooth.h114 uint16_t sco_size; member in struct:bt_devinfo
H A Dhci.c584 di->sco_size = rp.r3.buffer.sco_size;
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dnode.c126 r.buffer.sco_size);
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_hci.h520 u_int8_t sco_size; /* max. size of SCO packet */ member in struct:__anon145

Completed in 106 milliseconds