ESP-IDF
SMP_SELF_DEF_EVT
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_SELF_DEF_EVT
SMP_SELF_DEF_EVT macro
Syntax
Show:
Summary
Declaration
from
smp_int.h:75
#define
SMP_SELF_DEF_EVT
(
SMP_PAIR_COMMITM_EVT
+
1
)
Examples
References
from
examples
Code
Location
#define
SMP_SELF_DEF_EVT
(
SMP_PAIR_COMMITM_EVT
+
1
)
smp_int.h:75
#define
SMP_KEY_READY_EVT
(
SMP_SELF_DEF_EVT
)
smp_int.h:76
#define
SMP_ENCRYPTED_EVT
(
SMP_SELF_DEF_EVT
+
1
)
smp_int.h:77
#define
SMP_L2CAP_CONN_EVT
(
SMP_SELF_DEF_EVT
+
2
)
smp_int.h:78
#define
SMP_L2CAP_DISCONN_EVT
(
SMP_SELF_DEF_EVT
+
3
)
smp_int.h:79
#define
SMP_IO_RSP_EVT
(
SMP_SELF_DEF_EVT
+
4
)
smp_int.h:80
#define
SMP_API_SEC_GRANT_EVT
(
SMP_SELF_DEF_EVT
+
5
)
smp_int.h:81
#define
SMP_TK_REQ_EVT
(
SMP_SELF_DEF_EVT
+
6
)
smp_int.h:82
#define
SMP_AUTH_CMPL_EVT
(
SMP_SELF_DEF_EVT
+
7
)
smp_int.h:83
#define
SMP_ENC_REQ_EVT
(
SMP_SELF_DEF_EVT
+
8
)
smp_int.h:84
#define
SMP_BOND_REQ_EVT
(
SMP_SELF_DEF_EVT
+
9
)
smp_int.h:85
#define
SMP_DISCARD_SEC_REQ_EVT
(
SMP_SELF_DEF_EVT
+
10
)
smp_int.h:86
#define
SMP_PUBL_KEY_EXCH_REQ_EVT
(
SMP_SELF_DEF_EVT
+
11
)
/* request to start public */
smp_int.h:90
#define
SMP_LOC_PUBL_KEY_CRTD_EVT
(
SMP_SELF_DEF_EVT
+
12
)
/* local public key created */
smp_int.h:93
#define
SMP_BOTH_PUBL_KEYS_RCVD_EVT
(
SMP_SELF_DEF_EVT
+
13
)
/* both local and peer public */
smp_int.h:95
#define
SMP_SC_DHKEY_CMPLT_EVT
(
SMP_SELF_DEF_EVT
+
14
)
/* DHKey computation is completed,*/
smp_int.h:98
#define
SMP_HAVE_LOC_NONCE_EVT
(
SMP_SELF_DEF_EVT
+
15
)
/* new local nonce is generated */
smp_int.h:101
#define
SMP_SC_PHASE1_CMPLT_EVT
(
SMP_SELF_DEF_EVT
+
16
)
/* time to start SC phase2 */
smp_int.h:104
#define
SMP_SC_CALC_NC_EVT
(
SMP_SELF_DEF_EVT
+
17
)
/* request to calculate number */
smp_int.h:106
#define
SMP_SC_DSPL_NC_EVT
(
SMP_SELF_DEF_EVT
+
18
)
smp_int.h:112
#define
SMP_SC_NC_OK_EVT
(
SMP_SELF_DEF_EVT
+
19
)
/* user confirms 'OK' numeric */
smp_int.h:114
#define
SMP_SC_2_DHCK_CHKS_PRES_EVT
(
SMP_SELF_DEF_EVT
+
20
)
smp_int.h:118
#define
SMP_SC_KEY_READY_EVT
(
SMP_SELF_DEF_EVT
+
21
)
smp_int.h:121
#define
SMP_KEYPRESS_NOTIFICATION_EVENT
(
SMP_SELF_DEF_EVT
+
22
)
smp_int.h:122
#define
SMP_SC_OOB_DATA_EVT
(
SMP_SELF_DEF_EVT
+
23
)
/* SC OOB data from some */
smp_int.h:124
#define
SMP_CR_LOC_SC_OOB_DATA_EVT
(
SMP_SELF_DEF_EVT
+
24
)
smp_int.h:127
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