ESP-IDF
tBTM_LE_EVT_DATA
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
tBTM_LE_EVT_DATA
tBTM_LE_EVT_DATA union
Syntax
Show:
Summary
Declaration
from
btm_api.h:1836
typedef
union
{
tBTM_LE_IO_REQ
io_req
;
UINT32
key_notif
;
#if
BLE_INCLUDED
==
TRUE
&&
SMP_INCLUDED
==
TRUE
tBTM_LE_COMPLT
complt
;
tSMP_OOB_DATA_TYPE
req_oob_type
;
tSMP_LOC_OOB_DATA
local_oob_data
;
#endif
tBTM_LE_KEY
key
;
}
tBTM_LE_EVT_DATA
;
Fields
Field
Declared as
tBTM_LE_EVT_DATA::io_req
tBTM_LE_IO_REQ
tBTM_LE_EVT_DATA::key_notif
UINT32
tBTM_LE_EVT_DATA::complt
tBTM_LE_COMPLT
tBTM_LE_EVT_DATA::req_oob_type
tSMP_OOB_DATA_TYPE
tBTM_LE_EVT_DATA::local_oob_data
tSMP_LOC_OOB_DATA
tBTM_LE_EVT_DATA::key
tBTM_LE_KEY
Examples
References
from
examples
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