ESP-IDF
proxy_svc
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
proxy_svc
proxy_svc variable
Syntax
Show:
Summary
Declaration
from
proxy_server.c:1155
struct
bt_mesh_gatt_service
proxy_svc
=
BLE_MESH_GATT_SERVICE
;
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_gatt_service
proxy_svc
=
BLE_MESH_GATT_SERVICE
(
proxy_attrs
)
;
proxy_server.c:1155
bt_mesh_gatts_service_start
(
&
proxy_svc
)
;
proxy_server.c:1171
bt_mesh_proxy_server_gatt_enable()
bt_mesh_gatts_service_stop
(
&
proxy_svc
)
;
proxy_server.c:1212
bt_mesh_proxy_server_gatt_disable()
bt_mesh_gatts_service_register
(
&
proxy_svc
)
;
proxy_server.c:1920
bt_mesh_proxy_server_init()
bt_mesh_gatts_service_deregister
(
&
proxy_svc
)
;
proxy_server.c:1961
bt_mesh_proxy_server_deinit()
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