Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_br_main.cc27 const char* const smp_br_state_name[SMP_BR_STATE_MAX + 1] = {
107 static const uint8_t smp_br_central_entry_map[][SMP_BR_STATE_MAX] = {
167 static const uint8_t smp_br_peripheral_entry_map[][SMP_BR_STATE_MAX] = {
238 typedef const uint8_t (*tSMP_BR_ENTRY_TBL)[SMP_BR_STATE_MAX];
250 if (br_state < SMP_BR_STATE_MAX) { in smp_set_br_state()
271 const char* p_str = smp_br_state_name[SMP_BR_STATE_MAX]; in smp_get_br_state_name()
273 if (br_state < SMP_BR_STATE_MAX) p_str = smp_br_state_name[br_state]; in smp_get_br_state_name()
311 if (curr_state >= SMP_BR_STATE_MAX) { in smp_br_state_machine_event()
Dsmp_int.h176 SMP_BR_STATE_MAX enumerator