ESP-IDF
+
0
/10 examples
SourceVu will show references to
ble_store_value
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_value
ble_store_value union
Represents stored data. 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:28
union
ble_store_value
;
Implemented in
ble_store.h:215
Fields
Field
Declared as
ble_store_value::sec
struct
ble_store_value_sec
ble_store_value::cccd
struct
ble_store_value_cccd
ble_store_value::ead
struct
ble_store_value_ead
ble_store_value::rpa_rec
struct
ble_store_value_rpa_rec
ble_store_value::local_irk
struct
ble_store_value_local_irk
ble_store_value::csfc
struct
ble_store_value_csfc
Related Functions
Found 11 other functions taking a
ble_store_value
argument:
Function
Description
ble_store_read()
ble_store_write()
ble_store_config_write()
Adds the specified object to the database.
ble_store_overflow_event()
ble_store_util_iter_unique_peer()
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_write()
Adds the specified object to the database.
ble_store_key_from_value()
ble_store_util_iter_count()
ble_hs_misc_restore_one_irk()
Examples
ble_store_value
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