Searched refs:SMP_BR_STATE_MAX (Results 1 – 2 of 2) sorted by relevance
29 const char* const smp_br_state_name[SMP_BR_STATE_MAX + 1] = {109 static const uint8_t smp_br_central_entry_map[][SMP_BR_STATE_MAX] = {169 static const uint8_t smp_br_peripheral_entry_map[][SMP_BR_STATE_MAX] = {240 typedef const uint8_t (*tSMP_BR_ENTRY_TBL)[SMP_BR_STATE_MAX];252 if (br_state < SMP_BR_STATE_MAX) { in smp_set_br_state()273 const char* p_str = smp_br_state_name[SMP_BR_STATE_MAX]; in smp_get_br_state_name()275 if (br_state < SMP_BR_STATE_MAX) p_str = smp_br_state_name[br_state]; in smp_get_br_state_name()313 if (curr_state >= SMP_BR_STATE_MAX) { in smp_br_state_machine_event()
230 SMP_BR_STATE_MAX enumerator