ESP-IDF
ble_gatts_lcl_svc_foreach()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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_gatts_lcl_svc_foreach()
ble_gatts_lcl_svc_foreach() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_gatt_priv.h:220
void
ble_gatts_lcl_svc_foreach
(
ble_gatt_svc_foreach_fn
cb
,
void
*
arg
)
;
Implemented in
ble_gatts.c:3241
Arguments
Argument
cb
arg
Examples
References
from
examples
Code
Location
Referrer
ble_gatts_lcl_svc_foreach
(
ble_gatt_svc_foreach_fn
cb
,
void
*
arg
)
ble_gatts.c:3242
void
ble_gatts_lcl_svc_foreach
(
ble_gatt_svc_foreach_fn
cb
,
void
*
arg
)
;
ble_gatt_priv.h:220
ble_gatts_lcl_svc_foreach
(
ble_gatt_show_local_svc
,
NULL
)
;
ble_gatts_lcl.c:211
ble_gatts_show_local()
Call Tree
from
examples
ble_gatts_lcl_svc_foreach()
is called by 1 function and calls 1 function:
ble_gatts_show_local()
All items filtered out
ble_gatts_lcl_svc_foreach()
ble_gatts_lcl_svc_foreach()::cb
All items filtered out
Data Use
from
examples
ble_gatts_lcl_svc_foreach()
reads 6 variables:
ble_gatts_svc_entry::svc
ble_gatts_svc_entry::handle
ble_gatts_svc_entry::end_group_handle
ble_gatts_svc_entries
ble_gatts_num_svc_entries
ble_gatts_svc_entry::next
All items filtered out
ble_gatts_lcl_svc_foreach()
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