Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_main.c97 #define SMP_SM_NUM_COLS 3 macro
99 typedef const UINT8(*tSMP_SM_TBL)[SMP_SM_NUM_COLS];
280 static const UINT8 smp_all_table[][SMP_SM_NUM_COLS] = {
287 static const UINT8 smp_master_idle_table[][SMP_SM_NUM_COLS] = {
297 static const UINT8 smp_master_wait_for_app_response_table[][SMP_SM_NUM_COLS] = {
317 static const UINT8 smp_master_pair_request_response_table[][SMP_SM_NUM_COLS] = {
327 static const UINT8 smp_master_wait_for_confirm_table[][SMP_SM_NUM_COLS] = {
332 static const UINT8 smp_master_confirm_table[][SMP_SM_NUM_COLS] = {
337 static const UINT8 smp_master_rand_table[][SMP_SM_NUM_COLS] = {
344 static const UINT8 smp_master_public_key_exchange_table[][SMP_SM_NUM_COLS] = {
[all …]