Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.cc811 uint16_t handle, l2c_chan, l2c_ctl; in FilterProfiles() local
842 l2c_ctl = ((uint16_t)packet[L2CAP_CONTROL_OFFSET + 1] << 8) + packet[L2CAP_CONTROL_OFFSET]; in FilterProfiles()
843 if (!(l2c_ctl & 1)) { // I-Frame in FilterProfiles()
844 if (((l2c_ctl >> 14) & 0x3) == 0x01) { // Start of L2CAP SDU in FilterProfiles()