ESP-IDF
+
0
/10 examples
SourceVu will show references to
ble_store_key
from the following samples and libraries:
blecent sample
ble_periodic_sync sample
cts_cent sample
enc_adv_data_cent sample
htp_cent sample
coc_blecent sample
phy_cent sample
proximity_sensor_cent sample
spp_client sample
blecent_throughput sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_store_key
ble_store_key union
Used as a key for store lookups. This union must be accompanied by an object type code to indicate which field is valid.
Syntax
Show:
Summary
Declaration
Definition
from
ble_store_config.h:27
union
ble_store_key
;
Implemented in
ble_store.h:200
Fields
Field
Declared as
ble_store_key::sec
struct
ble_store_key_sec
ble_store_key::cccd
struct
ble_store_key_cccd
ble_store_key::ead
struct
ble_store_key_ead
ble_store_key::rpa_rec
struct
ble_store_key_rpa_rec
ble_store_key::local_irk
struct
ble_store_key_local_irk
ble_store_key::csfc
struct
ble_store_key_csfc
Related Functions
Found 8 other functions taking a
ble_store_key
argument:
Function
Description
ble_store_read()
ble_store_delete()
ble_store_util_delete_all()
Deletes all entries from the store that match the specified key.
ble_store_config_delete()
ble_store_config_read()
$api * Searches the database for an object matching the specified criteria.
ble_store_ram_read()
$api * Searches the database for an object matching the specified criteria.
ble_store_ram_delete()
ble_store_key_from_value()
Examples
ble_store_key
is referenced by 10 libraries and example projects:
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