ESP-IDF
bt_mesh_gatts_foreach_attr()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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
bt_mesh_gatts_foreach_attr()
bt_mesh_gatts_foreach_attr() function
Syntax
Show:
Summary
Declaration
from
adapter.c:725
static
void
bt_mesh_gatts_foreach_attr
(
uint16_t
start_handle
,
uint16_t
end_handle
,
bt_mesh_gatt_attr_func_t
func
,
void
*
user_data
)
;
Arguments
Argument
start_handle
end_handle
func
user_data
Examples
References
from
examples
Code
Location
Referrer
static
void
bt_mesh_gatts_foreach_attr
(
uint16_t
start_handle
,
uint16_t
end_handle
,
adapter.c:725
bt_mesh_gatts_foreach_attr
(
attr
->
handle
+
1
,
attr
->
handle
+
1
,
find_next
,
&
next
)
;
adapter.c:762
bt_mesh_gatts_attr_next()
Call Tree
from
examples
bt_mesh_gatts_foreach_attr()
is called by 1 function and calls 3 functions:
bt_mesh_gatts_attr_next()
All items filtered out
bt_mesh_gatts_foreach_attr()
sys_slist_peek_head()
sys_slist_peek_next()
bt_mesh_gatts_foreach_attr()::func
All items filtered out
Data Use
from
examples
bt_mesh_gatts_foreach_attr()
reads 5 variables:
bt_mesh_gatt_service::attrs
bt_mesh_gatt_service::attr_count
bt_mesh_gatt_service::node
bt_mesh_gatt_attr::handle
::BLE_MESH_GATT_ITER_STOP
All items filtered out
bt_mesh_gatts_foreach_attr()
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