Searched refs:L2CAP_SIGNAL_MTU (Results 1 – 4 of 4) sorted by relevance
81 #define L2CAP_SIGNAL_MTU 672 macro
1287 uint8_t buff[L2CAP_SIGNAL_MTU] = {0}; in L2capConfigurationRspUnknownOptions()1294 …if (memcpy_s(buff + L2CAP_OFFSET_6, L2CAP_SIGNAL_MTU - L2CAP_OFFSET_6, unknown->options, unknown->… in L2capConfigurationRspUnknownOptions()1343 chan->part.options = L2capAlloc(L2CAP_SIGNAL_MTU); in L2capProcessConfigurationReqWithContinue()1351 if ((chan->part.length + optLength) > L2CAP_SIGNAL_MTU) { in L2capProcessConfigurationReqWithContinue()1373 if ((chan->part.length + optLength) > L2CAP_SIGNAL_MTU) { in L2capProcessConfigurationReqContinueOption()2004 uint8_t buff[L2CAP_SIGNAL_MTU] = {0}; in L2capProcessSignal()2010 if (length > L2CAP_SIGNAL_MTU) { in L2capProcessSignal()2029 if (length < signalLength || signal.length > L2CAP_SIGNAL_MTU) { in L2capProcessSignal()
494 L2capCpuToLe16(buff + L2CAP_OFFSET_2, L2CAP_SIGNAL_MTU); in L2capSendCommandReject()
969 uint8_t buff[L2CAP_SIGNAL_MTU] = {0}; in L2capLeProcessSignal()974 if (length > L2CAP_SIGNAL_MTU) { in L2capLeProcessSignal()