ESP-IDF
ble_store_key_cccd::idx
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
ble_store_key_cccd::idx
ble_store_key_cccd::idx field
Number of results to skip; 0 means retrieve the first match.
Syntax
Show:
Summary
Declaration
from
ble_store.h:111
uint8_t
idx
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
idx
;
ble_store.h:111
cccd_key
.
idx
=
0
;
ble_gatts.c:2132
ble_gatts_chr_updated()
cccd_key
.
idx
++
;
ble_gatts.c:2173
ble_gatts_chr_updated()
cccd_key
.
idx
=
0
;
ble_gatts.c:2502
ble_gatts_bonding_restored()
cccd_key
.
idx
++
;
ble_gatts.c:2581
ble_gatts_bonding_restored()
out_key
->
idx
=
0
;
ble_store.c:330
ble_store_key_from_value_cccd()
pidx
=
&
key
.
cccd
.
idx
;
ble_store.c:542
ble_store_iterate()
if
(
key
->
idx
>
skipped
)
{
ble_store_config.c:497
ble_store_config_find_cccd()
if
(
key
->
idx
>
skipped
)
{
ble_store_ram.c:358
ble_store_ram_find_cccd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_store_key_cccd::idx
is written by 3 functions and is read by 4 functions:
ble_store_key_from_value_cccd()
ble_gatts_chr_updated()
ble_gatts_bonding_restored()
All items filtered out
ble_store_key_cccd::idx
ble_gatts_chr_updated()
ble_gatts_bonding_restored()
ble_store_ram_find_cccd()
ble_store_config_find_cccd()
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