Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/smp/
Dsmp_main.cc237 static const uint8_t smp_central_entry_map[][SMP_STATE_MAX] = {
552 static const uint8_t smp_peripheral_entry_map[][SMP_STATE_MAX] = {
945 typedef const uint8_t (*tSMP_ENTRY_TBL)[SMP_STATE_MAX];
958 if (state < SMP_STATE_MAX) { in smp_set_state()
1010 if (curr_state >= SMP_STATE_MAX) { in smp_sm_event()
1063 const char* p_str = smp_state_name[SMP_STATE_MAX]; in smp_get_state_name()
1065 if (state < SMP_STATE_MAX) { in smp_get_state_name()
Dsmp_int.h220 SMP_STATE_MAX enumerator