Searched refs:hci_iso_flags_ts (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/bluetooth/ | ||
H A D | hci.h | 2911 #define hci_iso_flags_ts(f) ((f >> 2) & 0x0001) macro |
/openbmc/linux/net/bluetooth/ | ||
H A D | iso.c | 1997 ts = hci_iso_flags_ts(flags); in iso_recv() |