Searched refs:optLength (Results 1 – 1 of 1) sorted by relevance
1154 if (optLength != L2CAP_SIZE_2) { in L2capCheckConfigurationOptionLength()1160 if (optLength != L2CAP_SIZE_2) { in L2capCheckConfigurationOptionLength()1341 if (optLength > 0) { in L2capProcessConfigurationReqWithContinue()1359 if (memcpy_s(chan->part.options + chan->part.length, optLength, data, optLength) != EOK) { in L2capProcessConfigurationReqWithContinue()1363 chan->part.length += optLength; in L2capProcessConfigurationReqWithContinue()1381 if (optLength > 0) { in L2capProcessConfigurationReqContinueOption()1382 if (memcpy_s(chan->part.options + chan->part.length, optLength, data, optLength) != EOK) { in L2capProcessConfigurationReqContinueOption()1386 chan->part.length += optLength; in L2capProcessConfigurationReqContinueOption()1399 if (optLength > 0) { in L2capProcessConfigurationReqParse()1447 uint16_t optLength; in L2capProcessConfigurationReq() local[all …]