Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci.h3409 #define hci_iso_flags_ts(f) ((f >> 2) & 0x0001)
3401 #define hci_iso_flags_ts( global() macro
/linux/net/bluetooth/
H A Diso.c2478 ts = hci_iso_flags_ts(flags); in iso_recv()