Home
last modified time | relevance | path

Searched refs:maxEncKeySize (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_cmd.c41 PacketPayloadWrite(pkt, &pairReqParam->maxEncKeySize, offset, sizeof(pairReqParam->maxEncKeySize)); in SMP_SendPairingRequest()
42 offset += sizeof(pairReqParam->maxEncKeySize); in SMP_SendPairingRequest()
72 PacketPayloadWrite(pkt, &pairRspParam->maxEncKeySize, offset, sizeof(pairRspParam->maxEncKeySize)); in SMP_SendPairingResponse()
73 offset += sizeof(pairRspParam->maxEncKeySize); in SMP_SendPairingResponse()
H A Dsmp_tool.c239 param->preq[PAIR_REQ_2] = SMP_GetPairMng()->local.pairParam.maxEncKeySize; in SMP_ConstituteC1Step1Param()
246 param->pres[PAIR_RES_2] = SMP_GetPairMng()->peer.pairParam.maxEncKeySize; in SMP_ConstituteC1Step1Param()
256 param->preq[PAIR_REQ_2] = SMP_GetPairMng()->peer.pairParam.maxEncKeySize; in SMP_ConstituteC1Step1Param()
263 param->pres[PAIR_RES_2] = SMP_GetPairMng()->local.pairParam.maxEncKeySize; in SMP_ConstituteC1Step1Param()
724 if (mng->local.pairParam.maxEncKeySize >= mng->peer.pairParam.maxEncKeySize) { in SMP_CalculateEncKeySize()
725 mng->encKeySize = mng->peer.pairParam.maxEncKeySize; in SMP_CalculateEncKeySize()
727 mng->encKeySize = mng->local.pairParam.maxEncKeySize; in SMP_CalculateEncKeySize()
856 if ((pairParam->maxEncKeySize < SMP_ENC_KEY_SIZE_MIN) || (pairParam->maxEncKeySize > SMP_ENC_KEY_SIZE_MA in SMP_CheckRemotePairParam()
[all...]
H A Dsmp.h138 uint8_t maxEncKeySize; member
H A Dsmp_receive.c202 pairParamTemp.maxEncKeySize = pData[offset]; in SMP_ReceivePairingRequest()
203 offset += sizeof(pairParamTemp.maxEncKeySize); in SMP_ReceivePairingRequest()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c422 if (GapGetLeLocalInfo()->minEncKeySize > param->maxEncKeySize) { in GapLeRemotePairRequest()
454 if (GapGetLeLocalInfo()->minEncKeySize > param->maxEncKeySize) { in GapLeRemotePairResponse()
954 .maxEncKeySize = localFeature.maxEncKeySize, in GAP_LePairFeatureRsp()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h290 uint8_t maxEncKeySize; /// Maximum of Long Term Key size member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp644 feature.maxEncKeySize = GAP_LINKKEY_SIZE; in LePairFeatureReq()

Completed in 10 milliseconds