ESP-IDF
esp_ble_lcsrk_keys
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
esp_ble_lcsrk_keys
esp_ble_lcsrk_keys struct
BLE SRK keys The csrk key type
Syntax
Show:
Summary
Declaration
from
esp_gap_ble_api.h:580
typedef
struct
{
uint32_t
counter
;
uint16_t
div
;
uint8_t
sec_level
;
esp_bt_octet16_t
csrk
;
}
esp_ble_lcsrk_keys
;
Fields
Field
Declared as
Description
esp_ble_lcsrk_keys::counter
uint32_t
The counter value.
esp_ble_lcsrk_keys::div
uint16_t
The div value.
esp_ble_lcsrk_keys::sec_level
uint8_t
The security level of the security link.
esp_ble_lcsrk_keys::csrk
esp_bt_octet16_t
The csrk key value.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
esp_gap_ble_api.h:580
}
esp_ble_lcsrk_keys
;
/*!< The csrk key type */
esp_gap_ble_api.h:586
esp_ble_lcsrk_keys
esp_ble_lcsrk_keys
lcsrk_key
;
/*!< local device CSRK = d1(ER,DIV,1)*/
esp_gap_ble_api.h:614
esp_ble_key_value_t
esp_ble_key_value_t::lcsrk_key
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
esp_ble_key_value_t::lcsrk_key
esp_ble_key_value_t
esp_gap_ble_api.h:614
Lifecycle
from
examples
All items filtered out
All items filtered out