ESP-IDF
find_next()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
find_next()
find_next() function
Syntax
Show:
Summary
Declaration
from
adapter.c:749
static
uint8_t
find_next
(
const
struct
bt_mesh_gatt_attr
*
attr
,
void
*
user_data
)
;
Arguments
Argument
attr
user_data
Related Functions
Found 13 other functions taking a
bt_mesh_gatt_attr
argument:
Function
bt_mesh_gatts_attr_read()
bt_mesh_gatts_attr_read_chrc()
bt_mesh_gatts_attr_read_service()
bt_mesh_gatts_notify()
bt_mesh_gattc_write_no_rsp()
proxy_recv()
bt_mesh_gatts_attr_read_included()
bt_mesh_gatts_attr_next()
proxy_ccc_read()
proxy_ccc_write()
prov_ccc_write()
prov_ccc_read()
proxy_recv()
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
find_next
(
const
struct
bt_mesh_gatt_attr
*
attr
,
void
*
user_data
)
adapter.c:749
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
All items filtered out
All items filtered out
Data Use
from
examples
find_next()
reads 1 variable and writes 1 variable:
::BLE_MESH_GATT_ITER_STOP
All items filtered out
find_next()
bt_mesh_gatts_attr_next()
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