Searched refs:l2c_ctl (Results 1 – 1 of 1) sorted by relevance
811 uint16_t handle, l2c_chan, l2c_ctl; in FilterProfiles() local842 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()