ESP-IDF
smp_slave_wait_for_app_response_table
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
smp_slave_wait_for_app_response_table
smp_slave_wait_for_app_response_table variable
Syntax
Show:
Summary
Declaration
from
smp_main.c:475
static
const
UINT8
smp_slave_wait_for_app_response_table
[
]
[
SMP_SM_NUM_COLS
]
=
{
{
SMP_PROC_IO_RSP
,
SMP_FAST_CONN_PARAM
,
SMP_STATE_PAIR_REQ_RSP
}
,
{
SMP_PROC_SEC_GRANT
,
SMP_SEND_APP_CBACK
,
SMP_STATE_WAIT_APP_RSP
}
,
{
SMP_PROC_SL_KEY
,
SMP_SM_NO_ACTION
,
SMP_STATE_WAIT_APP_RSP
}
,
{
SMP_PROC_CONFIRM
,
SMP_SM_NO_ACTION
,
SMP_STATE_CONFIRM
}
,
{
SMP_PROCESS_DHKEY_CHECK
,
SMP_SM_NO_ACTION
,
SMP_STATE_WAIT_APP_RSP
}
,
{
SMP_MOVE_TO_SEC_CONN_PHASE2
,
SMP_SM_NO_ACTION
,
SMP_STATE_SEC_CONN_PHS2_START
}
,
{
SMP_START_PASSKEY_VERIFICATION
,
SMP_SM_NO_ACTION
,
SMP_STATE_SEC_CONN_PHS1_START
}
,
{
SMP_PROCESS_PAIRING_COMMITMENT
,
SMP_SM_NO_ACTION
,
SMP_STATE_WAIT_APP_RSP
}
,
{
SMP_PROCESS_KEYPRESS_NOTIFICATION
,
SMP_SEND_APP_CBACK
,
SMP_STATE_WAIT_APP_RSP
}
,
{
SMP_SEND_KEYPRESS_NOTIFICATION
,
SMP_SM_NO_ACTION
,
SMP_STATE_WAIT_APP_RSP
}
,
{
SMP_SEND_PAIR_RSP
,
SMP_SM_NO_ACTION
,
SMP_STATE_PAIR_REQ_RSP
}
,
}
;
Examples
References
from
examples
Code
Location
static
const
UINT8
smp_slave_wait_for_app_response_table
[
]
[
SMP_SM_NUM_COLS
]
=
{
smp_main.c:475
{
smp_master_wait_for_app_response_table
,
smp_slave_wait_for_app_response_table
}
,
smp_main.c:627
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out