ESP-IDF
MESH_GATT_NONE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
MESH_GATT_NONE
MESH_GATT_NONE value
Syntax
Show:
Summary
Declaration
from
proxy_server.c:88
MESH_GATT_NONE
;
Examples
References
from
examples
Code
Location
Referrer
MESH_GATT_NONE
,
proxy_server.c:88
}
gatt_svc
=
MESH_GATT_NONE
;
proxy_server.c:91
if
(
gatt_svc
!=
MESH_GATT_NONE
)
{
proxy_server.c:1009
bt_mesh_proxy_server_prov_enable()
if
(
gatt_svc
==
MESH_GATT_NONE
)
{
proxy_server.c:1032
bt_mesh_proxy_server_prov_disable()
gatt_svc
=
MESH_GATT_NONE
;
proxy_server.c:1043
bt_mesh_proxy_server_prov_disable()
if
(
gatt_svc
!=
MESH_GATT_NONE
)
{
proxy_server.c:1166
bt_mesh_proxy_server_gatt_enable()
if
(
gatt_svc
==
MESH_GATT_NONE
)
{
proxy_server.c:1200
bt_mesh_proxy_server_gatt_disable()
gatt_svc
=
MESH_GATT_NONE
;
proxy_server.c:1213
bt_mesh_proxy_server_gatt_disable()
if
(
gatt_svc
==
MESH_GATT_NONE
)
{
proxy_server.c:1835
bt_mesh_proxy_server_adv_start()
gatt_svc
=
MESH_GATT_NONE
;
proxy_server.c:1958
bt_mesh_proxy_server_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
MESH_GATT_NONE
is read by 6 functions:
All items filtered out
MESH_GATT_NONE
bt_mesh_proxy_server_prov_enable()
bt_mesh_proxy_server_prov_disable()
bt_mesh_proxy_server_gatt_enable()
bt_mesh_proxy_server_gatt_disable()
bt_mesh_proxy_server_adv_start()
bt_mesh_proxy_server_deinit()
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