ESP-IDF
tSMP_IO_REQ
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
tSMP_IO_REQ
tSMP_IO_REQ struct
Syntax
Show:
Summary
Declaration
from
smp_api.h:213
typedef
struct
{
tSMP_IO_CAP
io_cap
;
tSMP_OOB_FLAG
oob_data
;
tSMP_AUTH_REQ
auth_req
;
UINT8
max_key_size
;
tSMP_KEYS
init_keys
;
tSMP_KEYS
resp_keys
;
}
tSMP_IO_REQ
;
Fields
Field
Declared as
tSMP_IO_REQ::io_cap
tSMP_IO_CAP
tSMP_IO_REQ::oob_data
tSMP_OOB_FLAG
tSMP_IO_REQ::auth_req
tSMP_AUTH_REQ
tSMP_IO_REQ::max_key_size
UINT8
tSMP_IO_REQ::init_keys
tSMP_KEYS
tSMP_IO_REQ::resp_keys
tSMP_KEYS
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
smp_api.h:213
}
tSMP_IO_REQ
;
smp_api.h:220
tSMP_IO_REQ
tSMP_IO_REQ
io_req
;
/* IO request */
smp_api.h:265
tSMP_EVT_DATA
tSMP_EVT_DATA::io_req
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
Instance
Scope
Location
Project
tSMP_EVT_DATA::io_req
tSMP_EVT_DATA
smp_api.h:265
Lifecycle
from
examples
All items filtered out
All items filtered out