Searched refs:HciLeGenerateDHKeyCompleteEventParam (Results 1 – 8 of 8) sorted by relevance
300 static void SMP_OnGenDHKeyCompScJwOrNumMasterStep3(const HciLeGenerateDHKeyCompleteEventParam *even…301 static void SMP_OnGenDHKeyCompScJwOrNumMasterStep4(const HciLeGenerateDHKeyCompleteEventParam *even…651 void SMP_OnLEGenerateDHKeyComplete(const HciLeGenerateDHKeyCompleteEventParam *eventParam) in SMP_OnLEGenerateDHKeyComplete()654 …HciLeGenerateDHKeyCompleteEventParam *ctx = MEM_MALLOC.alloc(sizeof(HciLeGenerateDHKeyCompleteEven… in SMP_OnLEGenerateDHKeyComplete()660 …ctx, sizeof(HciLeGenerateDHKeyCompleteEventParam), 0x00, sizeof(HciLeGenerateDHKeyCompleteEventPar… in SMP_OnLEGenerateDHKeyComplete()662 …ctx, sizeof(HciLeGenerateDHKeyCompleteEventParam), eventParam, sizeof(HciLeGenerateDHKeyCompleteEv… in SMP_OnLEGenerateDHKeyComplete()672 …HciLeGenerateDHKeyCompleteEventParam *eventParam = (HciLeGenerateDHKeyCompleteEventParam *)context; in SMP_OnLeGenDhKeyCompTask()695 … SMP_OnGenDHKeyCompScJwOrNumMasterStep3((const HciLeGenerateDHKeyCompleteEventParam *)param->data); in SMP_OnGenDhKeyCompStepDistribution()698 … SMP_OnGenDHKeyCompScJwOrNumMasterStep4((const HciLeGenerateDHKeyCompleteEventParam *)param->data); in SMP_OnGenDhKeyCompStepDistribution()723 static void SMP_OnGenDHKeyCompScJwOrNumMasterStep3(const HciLeGenerateDHKeyCompleteEventParam *even… in SMP_OnGenDHKeyCompScJwOrNumMasterStep3()[all …]
33 void SMP_OnLEGenerateDHKeyComplete(const HciLeGenerateDHKeyCompleteEventParam *eventParam);
84 …const HciLeGenerateDHKeyCompleteEventParam *eventParam = (HciLeGenerateDHKeyCompleteEventParam *)p… in SMP_ScPairJustworkOrNumericSlaveStep3()417 …const HciLeGenerateDHKeyCompleteEventParam *eventParam = (HciLeGenerateDHKeyCompleteEventParam *)p… in SMP_ScPairPasskeyEntrySlaveStep3()792 …const HciLeGenerateDHKeyCompleteEventParam *eventParam = (HciLeGenerateDHKeyCompleteEventParam *)p… in SMP_ScPairOobSlaveStep9()
399 …const HciLeGenerateDHKeyCompleteEventParam *eventParam = (HciLeGenerateDHKeyCompleteEventParam *)p… in SMP_ScPairPasskeyEntryMasterStep3()749 …const HciLeGenerateDHKeyCompleteEventParam *eventParam = (HciLeGenerateDHKeyCompleteEventParam *)p… in SMP_ScPairOobMasterStep9()
194 if (param == NULL || (length != sizeof(HciLeGenerateDHKeyCompleteEventParam))) { in HciEventOnLeGenerateDHKeyCompleteEvent()198 … HciLeGenerateDHKeyCompleteEventParam *eventParam = (HciLeGenerateDHKeyCompleteEventParam *)param; in HciEventOnLeGenerateDHKeyCompleteEvent()
139 } HciLeGenerateDHKeyCompleteEventParam; typedef
1414 void (*leGenerateDHKeyComplete)(const HciLeGenerateDHKeyCompleteEventParam *eventParam);
548 HciLeGenerateDHKeyCompleteEventParam eventParam = { in HciCmdOnLeGenerateDhKeyFailed()