Home
last modified time | relevance | path

Searched refs:hci_iso_data_len (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/bluetooth/
H A Dhci.h3482 #define hci_iso_data_len(h) ((h) & 0x0fff) macro
/linux/net/bluetooth/
H A Diso.c2714 len = hci_iso_data_len(len); in iso_recv()