Home
last modified time | relevance | path

Searched refs:L2CAP_SIZE_6 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.h127 #define L2CAP_SIZE_6 0x06 macro
H A Dl2cap_le.c264 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()
H A Dl2cap_core.c287 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()
H A Dl2cap_cmn.c500 siganl.length = L2CAP_SIZE_6; in L2capSendCommandReject()