Searched refs:SMP_STATE_MAX (Results 1 – 2 of 2) sorted by relevance
224 static const uint8_t smp_master_entry_map[][SMP_STATE_MAX] = {527 static const uint8_t smp_slave_entry_map[][SMP_STATE_MAX] = {908 typedef const uint8_t (*tSMP_ENTRY_TBL)[SMP_STATE_MAX];921 if (state < SMP_STATE_MAX) { in smp_set_state()966 if (curr_state >= SMP_STATE_MAX) { in smp_sm_event()1019 const char* p_str = smp_state_name[SMP_STATE_MAX]; in smp_get_state_name()1021 if (state < SMP_STATE_MAX) { in smp_get_state_name()
160 SMP_STATE_MAX enumerator