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