ESP-IDF
tBTA_LE_KEY_VALUE
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
tBTA_LE_KEY_VALUE
tBTA_LE_KEY_VALUE union
Syntax
Show:
Summary
Declaration
from
bta_api.h:757
typedef
union
{
tBTA_LE_PENC_KEYS
penc_key
;
tBTA_LE_PCSRK_KEYS
psrk_key
;
tBTA_LE_PID_KEYS
pid_key
;
tBTA_LE_LENC_KEYS
lenc_key
;
tBTA_LE_LCSRK_KEYS
lcsrk_key
;
tBTA_LE_PID_KEYS
lid_key
;
}
tBTA_LE_KEY_VALUE
;
Fields
Field
Declared as
tBTA_LE_KEY_VALUE::penc_key
tBTA_LE_PENC_KEYS
tBTA_LE_KEY_VALUE::psrk_key
tBTA_LE_PCSRK_KEYS
tBTA_LE_KEY_VALUE::pid_key
tBTA_LE_PID_KEYS
tBTA_LE_KEY_VALUE::lenc_key
tBTA_LE_LENC_KEYS
tBTA_LE_KEY_VALUE::lcsrk_key
tBTA_LE_LCSRK_KEYS
tBTA_LE_KEY_VALUE::lid_key
tBTA_LE_PID_KEYS
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
union
{
bta_api.h:757
}
tBTA_LE_KEY_VALUE
;
bta_api.h:764
tBTA_LE_KEY_VALUE
tBTA_LE_KEY_VALUE
*
p_le_key
,
bta_api.h:2414
BTA_DmAddBleKey()
BTA_DmAddBleKey()::p_le_key
void
BTA_DmAddBleKey
(
BD_ADDR
bd_addr
,
tBTA_LE_KEY_VALUE
*
p_le_key
,
tBTA_LE_KEY_TYPE
key_type
)
bta_dm_api.c:1193
BTA_DmAddBleKey()
BTA_DmAddBleKey()::p_le_key
memcpy
(
&
p_msg
->
blekey
,
p_le_key
,
sizeof
(
tBTA_LE_KEY_VALUE
)
)
;
bta_dm_api.c:1203
BTA_DmAddBleKey()
tBTA_LE_KEY_VALUE
blekey
;
bta_dm_int.h:650
tBTA_DM_API_ADD_BLEKEY
tBTA_DM_API_ADD_BLEKEY::blekey
BTA_DmAddBleKey
(
bta_bd_addr
,
(
tBTA_LE_KEY_VALUE
*
)
buffer
,
key_type
)
;
btc_ble_storage.c:899
_btc_read_le_key()
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
BTA_DmAddBleKey()::p_le_key
BTA_DmAddBleKey()
bta_api.h:2414
tBTA_DM_API_ADD_BLEKEY::blekey
tBTA_DM_API_ADD_BLEKEY
bta_dm_int.h:650
BTA_DmAddBleKey()::p_le_key
BTA_DmAddBleKey()
bta_dm_api.c:1193
Lifecycle
from
examples
All items filtered out
All items filtered out