Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.cc245 constexpr size_t ACL_CHANNEL_OFFSET = 0; variable
626 ((((uint16_t)packet[ACL_CHANNEL_OFFSET + 1]) << 8) + packet[ACL_CHANNEL_OFFSET]) & 0x0fff; in ShouldFilterLog()
659 ((((uint16_t)packet[ACL_CHANNEL_OFFSET + 1]) << 8) + packet[ACL_CHANNEL_OFFSET]); in CalculateAclPacketLength()
819 handle = ((((uint16_t)packet[ACL_CHANNEL_OFFSET + 1]) << 8) + packet[ACL_CHANNEL_OFFSET]); in FilterProfiles()