Searched refs:SMP_BR_STATE_MAX (Results 1 – 2 of 2) sorted by relevance
25 const char* const smp_br_state_name[SMP_BR_STATE_MAX + 1] = {105 static const uint8_t smp_br_master_entry_map[][SMP_BR_STATE_MAX] = {165 static const uint8_t smp_br_slave_entry_map[][SMP_BR_STATE_MAX] = {235 typedef const uint8_t (*tSMP_BR_ENTRY_TBL)[SMP_BR_STATE_MAX];247 if (br_state < SMP_BR_STATE_MAX) { in smp_set_br_state()268 const char* p_str = smp_br_state_name[SMP_BR_STATE_MAX]; in smp_get_br_state_name()270 if (br_state < SMP_BR_STATE_MAX) p_str = smp_br_state_name[br_state]; in smp_get_br_state_name()309 if (curr_state >= SMP_BR_STATE_MAX) { in smp_br_state_machine_event()
205 SMP_BR_STATE_MAX enumerator