ESP-IDF
ble_store_util_count()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_store_util_count()
ble_store_util_count() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_store.h:449
int
ble_store_util_count
(
int
type
,
int
*
out_count
)
;
Implemented in
ble_store_util.c:225
Arguments
Argument
type
out_count
Examples
References
from
examples
Code
Location
Referrer
ble_store_util_count
(
int
type
,
int
*
out_count
)
ble_store_util.c:226
int
ble_store_util_count
(
int
type
,
int
*
out_count
)
;
ble_store.h:449
rc
=
ble_store_util_count
(
obj_type
,
&
count
)
;
ble_sm.c:1089
ble_sm_chk_store_overflow_by_type()
Call Tree
from
examples
ble_store_util_count()
is called by 1 function and calls 1 function:
ble_sm_chk_store_overflow_by_type()
All items filtered out
ble_store_util_count()
ble_store_iterate()
All items filtered out
Data Use
from
examples
ble_store_util_count()
reads 1 variable:
ble_store_util_iter_count()
All items filtered out
ble_store_util_count()
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