HomeSort by relevance Sort by last modified time
    Searched refs:SMP_BR_STATE_MAX (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/smp/
smp_br_main.cc 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) {
268 const char* p_str = smp_br_state_name[SMP_BR_STATE_MAX];
270 if (br_state < SMP_BR_STATE_MAX) p_str = smp_br_state_name[br_state];
309 if (curr_state >= SMP_BR_STATE_MAX) {
smp_int.h 204 SMP_BR_STATE_MAX

Completed in 52 milliseconds