ESP-IDF
tBTE_APPL_CFG
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
tBTE_APPL_CFG
tBTE_APPL_CFG struct
Syntax
Show:
Summary
Declaration
from
bte_appl.h:27
typedef
struct
{
#if
(
(
BLE_INCLUDED
==
TRUE
)
&&
(
SMP_INCLUDED
==
TRUE
)
)
UINT8
ble_auth_req
;
UINT8
ble_io_cap
;
UINT8
ble_init_key
;
UINT8
ble_resp_key
;
UINT8
ble_max_key_size
;
UINT8
ble_min_key_size
;
UINT8
ble_accept_auth_enable
;
UINT8
oob_support
;
#endif
}
tBTE_APPL_CFG
;
Fields
Field
Declared as
tBTE_APPL_CFG::ble_auth_req
UINT8
tBTE_APPL_CFG::ble_io_cap
UINT8
tBTE_APPL_CFG::ble_init_key
UINT8
tBTE_APPL_CFG::ble_resp_key
UINT8
tBTE_APPL_CFG::ble_max_key_size
UINT8
tBTE_APPL_CFG::ble_min_key_size
UINT8
tBTE_APPL_CFG::ble_accept_auth_enable
UINT8
tBTE_APPL_CFG::oob_support
UINT8
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
bte_appl.h:27
}
tBTE_APPL_CFG
;
bte_appl.h:39
tBTE_APPL_CFG
bte_appl_cfg
=
{
bta_dm_co.c:41
}
tBTE_APPL_CFG
;
bte_appl.h:39
tBTE_APPL_CFG
extern
tBTE_APPL_CFG
bte_appl_cfg
;
bte_appl.h:41
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
bte_appl_cfg
bte_appl.h:41
bte_appl_cfg
bta_dm_co.c:41
Lifecycle
from
examples
All items filtered out
All items filtered out