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 24 const char* const smp_br_state_name[SMP_BR_STATE_MAX + 1] = {
102 static const uint8_t smp_br_master_entry_map[][SMP_BR_STATE_MAX] = {
162 static const uint8_t smp_br_slave_entry_map[][SMP_BR_STATE_MAX] = {
232 typedef const uint8_t (*tSMP_BR_ENTRY_TBL)[SMP_BR_STATE_MAX];
244 if (br_state < SMP_BR_STATE_MAX) {
265 const char* p_str = smp_br_state_name[SMP_BR_STATE_MAX];
267 if (br_state < SMP_BR_STATE_MAX) p_str = smp_br_state_name[br_state];
306 if (curr_state >= SMP_BR_STATE_MAX) {
smp_int.h 204 SMP_BR_STATE_MAX

Completed in 113 milliseconds