Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/smp/
Dsmp_br_main.cc308 tSMP_BR_STATE curr_state = p_cb->br_state; in smp_br_state_machine_event() local
313 if (curr_state >= SMP_BR_STATE_MAX) { in smp_br_state_machine_event()
314 log::error("Invalid br_state: {}", curr_state); in smp_br_state_machine_event()
334 ((entry = entry_table[event - 1][curr_state]) != SMP_BR_SM_IGNORE)) { in smp_br_state_machine_event()
339 state_table = smp_br_state_table[curr_state][p_cb->role]; in smp_br_state_machine_event()
344 smp_get_br_state_name(curr_state), curr_state); in smp_br_state_machine_event()
Dsmp_main.cc998 uint8_t curr_state = p_cb->state; in smp_sm_event() local
1010 if (curr_state >= SMP_STATE_MAX) { in smp_sm_event()
1011 log::error("Invalid state:{}", curr_state); in smp_sm_event()
1024 ((entry = entry_table[event - 1][curr_state]) != SMP_SM_IGNORE)) { in smp_sm_event()
1029 state_table = smp_state_table[curr_state][p_cb->role]; in smp_sm_event()
1033 smp_get_event_name(event), event, smp_get_state_name(curr_state), in smp_sm_event()
1034 curr_state); in smp_sm_event()