ESP-IDF
bt_mesh_gatts_db
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_gatts_db
bt_mesh_gatts_db variable
Syntax
Show:
Summary
Declaration
from
adapter.c:71
static
sys_slist_t
bt_mesh_gatts_db
;
Examples
References
from
examples
Code
Location
Referrer
static
sys_slist_t
bt_mesh_gatts_db
;
adapter.c:71
SYS_SLIST_FOR_EACH_CONTAINER
(
&
bt_mesh_gatts_db
,
svc
,
node
)
{
adapter.c:710
bt_mesh_gatts_find_attr_by_handle()
SYS_SLIST_FOR_EACH_CONTAINER
(
&
bt_mesh_gatts_db
,
svc
,
node
)
{
adapter.c:730
bt_mesh_gatts_foreach_attr()
if
(
sys_slist_is_empty
(
&
bt_mesh_gatts_db
)
)
{
adapter.c:903
gatts_register()
last
=
SYS_SLIST_PEEK_TAIL_CONTAINER
(
&
bt_mesh_gatts_db
,
last
,
node
)
;
adapter.c:908
gatts_register()
sys_slist_append
(
&
bt_mesh_gatts_db
,
&
svc
->
node
)
;
adapter.c:915
gatts_register()
if
(
sys_slist_is_empty
(
&
bt_mesh_gatts_db
)
)
{
adapter.c:921
gatts_deregister()
sys_slist_find_and_remove
(
&
bt_mesh_gatts_db
,
&
svc
->
node
)
;
adapter.c:925
gatts_deregister()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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