ESP-IDF
tBTM_SEC_BLE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTM_SEC_BLE
tBTM_SEC_BLE struct
Syntax
Show:
Summary
Declaration
from
btm_int.h:549
typedef
struct
{
BD_ADDR
pseudo_addr
;
tBLE_ADDR_TYPE
ble_addr_type
;
tBLE_ADDR_TYPE
static_addr_type
;
BD_ADDR
static_addr
;
#define
BTM_WHITE_LIST_BIT
0x01
#define
BTM_RESOLVING_LIST_BIT
0x02
UINT8
in_controller_list
;
UINT8
resolving_list_index
;
#if
BLE_PRIVACY_SPT
==
TRUE
BD_ADDR
cur_rand_addr
;
#define
BTM_BLE_ADDR_PSEUDO
0
#define
BTM_BLE_ADDR_RRA
1
#define
BTM_BLE_ADDR_STATIC
2
UINT8
active_addr_type
;
#endif
#if
SMP_INCLUDED
==
TRUE
tBTM_LE_KEY_TYPE
key_type
;
tBTM_SEC_BLE_KEYS
keys
;
#if
(
SMP_SLAVE_CON_PARAMS_UPD_ENABLE
==
TRUE
)
bool
skip_update_conn_param
;
#endif
UINT16
auth_mode
;
#endif
#if
(
BLE_PRIVACY_SPT
==
TRUE
&&
(
!
CONTROLLER_RPA_LIST_ENABLE
)
)
tBLE_ADDR_TYPE
current_addr_type
;
BD_ADDR
current_addr
;
bool
current_addr_valid
;
#endif
}
tBTM_SEC_BLE
;
Fields
Field
Declared as
tBTM_SEC_BLE::pseudo_addr
BD_ADDR
tBTM_SEC_BLE::ble_addr_type
tBLE_ADDR_TYPE
tBTM_SEC_BLE::static_addr_type
tBLE_ADDR_TYPE
tBTM_SEC_BLE::static_addr
BD_ADDR
tBTM_SEC_BLE::in_controller_list
UINT8
tBTM_SEC_BLE::resolving_list_index
UINT8
tBTM_SEC_BLE::cur_rand_addr
BD_ADDR
tBTM_SEC_BLE::active_addr_type
UINT8
tBTM_SEC_BLE::key_type
tBTM_LE_KEY_TYPE
tBTM_SEC_BLE::keys
tBTM_SEC_BLE_KEYS
tBTM_SEC_BLE::auth_mode
UINT16
tBTM_SEC_BLE::current_addr_type
tBLE_ADDR_TYPE
tBTM_SEC_BLE::current_addr
BD_ADDR
tBTM_SEC_BLE::current_addr_valid
bool
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
btm_int.h:549
}
tBTM_SEC_BLE
;
btm_int.h:581
tBTM_SEC_BLE
tBTM_SEC_BLE
ble
;
btm_int.h:696
tBTM_SEC_DEV_REC
tBTM_SEC_DEV_REC::ble
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
tBTM_SEC_DEV_REC::ble
tBTM_SEC_DEV_REC
btm_int.h:696
Lifecycle
from
examples
All items filtered out
All items filtered out