Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dhci.h2917 #define hci_iso_data_flags(h) ((h) >> 14) macro
/openbmc/linux/net/bluetooth/
H A Diso.c2034 flags = hci_iso_data_flags(len); in iso_recv()