Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_hci_event.c278 SMP_StepFunc nextStepFunc; in SMP_ExecuteStepFunc() local
284 nextStepFunc = GetPairTable(step); in SMP_ExecuteStepFunc()
285 if (nextStepFunc != NULL) { in SMP_ExecuteStepFunc()
286 nextStepFunc(param); in SMP_ExecuteStepFunc()