Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dh4_recv.h32 .maxlen = HCI_MAX_SCO_SIZE
H A Dhci_uart.h147 .maxlen = HCI_MAX_SCO_SIZE
H A Dhci_bcm4377.c109 #define MAX_SCO_PAYLOAD_SIZE (HCI_MAX_SCO_SIZE + HCI_SCO_HDR_SIZE)
H A Dbtusb.c1243 skb = bt_skb_alloc(HCI_MAX_SCO_SIZE, GFP_ATOMIC); in btusb_recv_isoc()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h30 #define HCI_MAX_SCO_SIZE 255 macro