Home
last modified time | relevance | path

Searched refs:respKeyDist (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_cmd.c45 PacketPayloadWrite(pkt, &pairReqParam->respKeyDist, offset, sizeof(pairReqParam->respKeyDist)); in SMP_SendPairingRequest()
76 PacketPayloadWrite(pkt, &pairRspParam->respKeyDist, offset, sizeof(pairRspParam->respKeyDist)); in SMP_SendPairingResponse()
H A Dsmp_tool.c241 param->preq[PAIR_REQ_0] = SMP_GetPairMng()->local.pairParam.respKeyDist; in SMP_ConstituteC1Step1Param()
248 param->pres[PAIR_RES_0] = SMP_GetPairMng()->peer.pairParam.respKeyDist; in SMP_ConstituteC1Step1Param()
258 param->preq[PAIR_REQ_0] = SMP_GetPairMng()->peer.pairParam.respKeyDist; in SMP_ConstituteC1Step1Param()
265 param->pres[PAIR_RES_0] = SMP_GetPairMng()->local.pairParam.respKeyDist; in SMP_ConstituteC1Step1Param()
748 mng->peer.keyDist = mng->local.pairParam.respKeyDist & mng->peer.pairParam.respKeyDist; in SMP_CalculateKeyDistribution()
750 mng->local.keyDist = mng->local.pairParam.respKeyDist & mng->peer.pairParam.respKeyDist; in SMP_CalculateKeyDistribution()
753 mng->local.pairParam.respKeyDist = mng->local.keyDist; in SMP_CalculateKeyDistribution()
H A Dsmp.h140 uint8_t respKeyDist; member
H A Dsmp_receive.c206 pairParamTemp.respKeyDist = pData[offset]; in SMP_ReceivePairingRequest()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_sm_receive.c192 LOG_INFO("%{public}s: handle:0x%04x ioCapability:%hhu authReq:0x%02x initKeyDist:0x%02x respKeyDist:0x%02x", in GapRecvLeRemotePairRequest()
198 param->respKeyDist); in GapRecvLeRemotePairRequest()
222 LOG_INFO("%{public}s: handle:0x%04x ioCapability:%hhu authReq:0x%02x initKeyDist:0x%02x respKeyDist:0x%02x", in GapRecvLeRemotePairResponse()
228 param->respKeyDist); in GapRecvLeRemotePairResponse()
H A Dgap_le_sec.c956 .respKeyDist = localFeature.respKeyDis, in GAP_LePairFeatureRsp()

Completed in 8 milliseconds