Home
last modified time | relevance | path

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

/linux-6.15/drivers/bluetooth/
H A Dh4_recv.h32 .maxlen = HCI_MAX_SCO_SIZE
H A Dhci_uart.h149 .maxlen = HCI_MAX_SCO_SIZE
H A Dhci_bcm4377.c112 #define MAX_SCO_PAYLOAD_SIZE (HCI_MAX_SCO_SIZE + HCI_SCO_HDR_SIZE)
H A Dbtusb.c1340 skb = bt_skb_alloc(HCI_MAX_SCO_SIZE, GFP_ATOMIC); in btusb_recv_isoc()
/linux-6.15/include/net/bluetooth/
H A Dhci.h30 #define HCI_MAX_SCO_SIZE 255 macro