ESP-IDF
esp_ble_sec_t
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
esp_ble_sec_t
esp_ble_sec_t union
union associated with ble security BLE security type
Syntax
Show:
Summary
Declaration
from
esp_gap_ble_api.h:719
typedef
union
{
esp_ble_sec_key_notif_t
key_notif
;
esp_ble_sec_req_t
ble_req
;
esp_ble_key_t
ble_key
;
esp_ble_local_id_keys_t
ble_id_keys
;
esp_ble_local_oob_data_t
oob_data
;
esp_ble_auth_cmpl_t
auth_cmpl
;
}
esp_ble_sec_t
;
Fields
Field
Declared as
Description
esp_ble_sec_t::key_notif
esp_ble_sec_key_notif_t
passkey notification.
esp_ble_sec_t::ble_req
esp_ble_sec_req_t
BLE SMP related request.
esp_ble_sec_t::ble_key
esp_ble_key_t
BLE SMP keys used when pairing.
esp_ble_sec_t::ble_id_keys
esp_ble_local_id_keys_t
BLE IR event.
esp_ble_sec_t::oob_data
esp_ble_local_oob_data_t
BLE SMP secure connection OOB data.
esp_ble_sec_t::auth_cmpl
esp_ble_auth_cmpl_t
Authentication complete indication.
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