ESP-IDF
tBTE_APPL_CFG::ble_max_key_size
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTE_APPL_CFG::ble_max_key_size
tBTE_APPL_CFG::ble_max_key_size field
Syntax
Show:
Summary
Declaration
from
bte_appl.h:33
UINT8
ble_max_key_size
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
ble_max_key_size
;
bte_appl.h:33
bte_appl_cfg
.
ble_max_key_size
=
BTM_BLE_MAX_KEY_SIZE
;
bta_dm_co.c:62
bta_dm_co_security_param_init()
if
(
bte_appl_cfg
.
ble_max_key_size
>=
7
&&
bte_appl_cfg
.
ble_max_key_size
<=
16
)
{
bta_dm_co.c:371
bta_dm_co_ble_io_req()
*
p_max_key_size
=
bte_appl_cfg
.
ble_max_key_size
;
bta_dm_co.c:372
bta_dm_co_ble_io_req()
bte_appl_cfg
.
ble_max_key_size
=
ble_key_size
;
bta_dm_co.c:415
bta_dm_co_ble_set_max_key_size()
if
(
ble_key_size
>=
BTM_BLE_MIN_KEY_SIZE
&&
ble_key_size
<=
bte_appl_cfg
.
ble_max_key_size
)
{
bta_dm_co.c:425
bta_dm_co_ble_set_min_key_size()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTE_APPL_CFG::ble_max_key_size
is written by 2 functions and is read by 2 functions:
bta_dm_co_security_param_init()
bta_dm_co_ble_set_max_key_size()
All items filtered out
tBTE_APPL_CFG::ble_max_key_size
bta_dm_co_ble_io_req()
bta_dm_co_ble_set_min_key_size()
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