Home
last modified time | relevance | path

Searched refs:HciLeGenerateDHKeyCompleteEventParam (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_hci_event.c300 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()
654HciLeGenerateDHKeyCompleteEventParam *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()
672HciLeGenerateDHKeyCompleteEventParam *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 …]
H A Dsmp_hci_event.h33 void SMP_OnLEGenerateDHKeyComplete(const HciLeGenerateDHKeyCompleteEventParam *eventParam);
H A Dsmp_sc_accepter.c84 …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()
H A Dsmp_sc_initiator.c399 …const HciLeGenerateDHKeyCompleteEventParam *eventParam = (HciLeGenerateDHKeyCompleteEventParam *)p… in SMP_ScPairPasskeyEntryMasterStep3()
749 …const HciLeGenerateDHKeyCompleteEventParam *eventParam = (HciLeGenerateDHKeyCompleteEventParam *)p… in SMP_ScPairOobMasterStep9()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le.c194 if (param == NULL || (length != sizeof(HciLeGenerateDHKeyCompleteEventParam))) { in HciEventOnLeGenerateDHKeyCompleteEvent()
198HciLeGenerateDHKeyCompleteEventParam *eventParam = (HciLeGenerateDHKeyCompleteEventParam *)param; in HciEventOnLeGenerateDHKeyCompleteEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_le_evt.h139 } HciLeGenerateDHKeyCompleteEventParam; typedef
H A Dhci.h1414 void (*leGenerateDHKeyComplete)(const HciLeGenerateDHKeyCompleteEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_le_controller.c548 HciLeGenerateDHKeyCompleteEventParam eventParam = { in HciCmdOnLeGenerateDhKeyFailed()