Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dhci_internals.h52 #define HCI_ISO_SET_TIMESTAMP_FLAG(handle) (((handle)&0x3FFF) | (0x0001 << 14)) macro
/system/bt/hci/src/
Dpacket_fragmenter.cc146 handle = HCI_ISO_SET_TIMESTAMP_FLAG(handle); in fragment_and_dispatch_iso()