Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_main.c167 static const tSMP_ACT smp_sm_action[SMP_SM_NO_ACTION] = { variable
231 static const tSMP_ACT smp_sm_action[SMP_SM_NO_ACTION] = {NULL}; variable
773 … if ((action = state_table[entry - 1][i]) != SMP_SM_NO_ACTION && smp_sm_action[action] != NULL) { in smp_sm_event()
774 (*smp_sm_action[action])(p_cb, (tSMP_INT_DATA *)p_data); in smp_sm_event()