ESP-IDF
esp_ble_key_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_key_t
esp_ble_key_t struct
union type of the security key value the union to the ble key value type
Syntax
Show:
Summary
Declaration
from
esp_gap_ble_api.h:642
typedef
struct
{
esp_bd_addr_t
bd_addr
;
esp_ble_key_type_t
key_type
;
esp_ble_key_value_t
p_key_value
;
}
esp_ble_key_t
;
Fields
Field
Declared as
Description
esp_ble_key_t::bd_addr
esp_bd_addr_t
peer address.
esp_ble_key_t::key_type
esp_ble_key_type_t
key type of the security link.
esp_ble_key_t::p_key_value
esp_ble_key_value_t
the pointer to the key value.
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