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

  /external/bluetooth/bluedroid/stack/smp/
smp_main.c 39 "SMP_ST_MAX"
165 static const UINT8 smp_ma_entry_map[][SMP_ST_MAX] =
266 static const UINT8 smp_sl_entry_map[][SMP_ST_MAX] =
378 typedef const UINT8 (*tSMP_ENTRY_TBL)[SMP_ST_MAX];
396 if (state < SMP_ST_MAX)
442 if (curr_state >= SMP_ST_MAX)
503 const char * p_str = smp_state_name[SMP_ST_MAX];
505 if (state < SMP_ST_MAX)
smp_int.h 105 SMP_ST_MAX

Completed in 6055 milliseconds