ESP-IDF
bt_mesh_gatts_attr_next()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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
bt_mesh_gatts_attr_next()
bt_mesh_gatts_attr_next() function
Syntax
Show:
Summary
Declaration
from
adapter.c:758
static
struct
bt_mesh_gatt_attr
*
bt_mesh_gatts_attr_next
(
const
struct
bt_mesh_gatt_attr
*
attr
)
;
Arguments
Argument
attr
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()
find_next()
proxy_ccc_read()
proxy_ccc_write()
prov_ccc_write()
prov_ccc_read()
proxy_recv()
Examples
References
from
examples
Code
Location
Referrer
static
struct
bt_mesh_gatt_attr
*
bt_mesh_gatts_attr_next
(
const
struct
bt_mesh_gatt_attr
*
attr
)
adapter.c:758
next
=
bt_mesh_gatts_attr_next
(
attr
)
;
adapter.c:860
bt_mesh_gatts_attr_read_chrc()
Call Tree
from
examples
bt_mesh_gatts_attr_next()
is called by 1 function and calls 1 function:
bt_mesh_gatts_attr_read_chrc()
All items filtered out
bt_mesh_gatts_attr_next()
bt_mesh_gatts_foreach_attr()
All items filtered out
Data Use
from
examples
bt_mesh_gatts_attr_next()
reads 2 variables:
bt_mesh_gatt_attr::handle
find_next()
All items filtered out
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