Searched refs:L2CAP_OFFSET_3 (Results 1 – 2 of 2) sorted by relevance
111 #define L2CAP_OFFSET_3 0x03 macro
207 buff[signal.length + L2CAP_OFFSET_3] = chan->lcfg.rfc.rxWindowSize; in L2capSendConfigurationReq()254 buff[signal->length + L2CAP_OFFSET_3] = cfg->rfc.txWindowSize; in L2capSendConfigurationRspRfcProcess()265 buff[signal->length + L2CAP_OFFSET_3] = chan->lcfg.rfc.txWindowSize; in L2capSendConfigurationRspRfcProcess()1193 cfg->rfc.txWindowSize = data[offset + L2CAP_OFFSET_3]; in L2capProcessErfcOption()1233 if ((data[offset + L2CAP_OFFSET_3] != L2CAP_QOS_SERVICE_TYPE_BEST_EFFORT) && in L2capParseConfiguration()1234 (data[offset + L2CAP_OFFSET_3] != L2CAP_QOS_SERVICE_TYPE_GUARANTEED)) { in L2capParseConfiguration()