Searched refs:L2CAP_SIZE_6 (Results 1 – 4 of 4) sorted by relevance
127 #define L2CAP_SIZE_6 0x06 macro
264 chan->lcfg.mps = L2capGetRxBufferSize() - L2CAP_SIZE_6; in L2capLeNewChannel()734 if (chan->rcfg.mps > (L2capLeGetTxBufferSize() - L2CAP_SIZE_6)) { in L2capLeProcessCreditBasedConnectionReq()735 chan->rcfg.mps = L2capLeGetTxBufferSize() - L2CAP_SIZE_6; in L2capLeProcessCreditBasedConnectionReq()792 if (chan->rcfg.mps > (L2capLeGetTxBufferSize() - L2CAP_SIZE_6)) { in L2capLeProcessCreditBasedConnectionRsp()793 chan->rcfg.mps = L2capLeGetTxBufferSize() - L2CAP_SIZE_6; in L2capLeProcessCreditBasedConnectionRsp()1442 tpkt = PacketInheritMalloc(pkt, L2CAP_SIZE_6, 0); in L2CAP_LeSendData()
287 signal.length = L2CAP_SIZE_6; in L2capSendConfigurationRsp()1274 signal.length = L2CAP_SIZE_6; in L2capConfigurationRspReject()1299 signal.length = L2CAP_SIZE_6 + unknown->length; in L2capConfigurationRspUnknownOptions()1318 signal.length = L2CAP_SIZE_6; in L2capConfigurationRspContinuation()1535 if (signal->length > L2CAP_SIZE_6) { in L2capProcessConfigurationRsp()1536 L2capParseConfiguration(data + L2CAP_OFFSET_6, signal->length - L2CAP_SIZE_6, &cfg, NULL); in L2capProcessConfigurationRsp()
500 siganl.length = L2CAP_SIZE_6; in L2capSendCommandReject()