ESP-IDF
bt_mesh_cfg_srv::gatt_proxy
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
bt_mesh_cfg_srv::gatt_proxy
bt_mesh_cfg_srv::gatt_proxy field
Syntax
Show:
Summary
Declaration
from
cfg_srv.h:34
uint8_t
gatt_proxy
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
gatt_proxy
;
/* GATT Proxy state */
cfg_srv.h:34
BT_DBG
(
"GATT Proxy 0x%02x -> 0x%02x"
,
cfg
->
gatt_proxy
,
buf
->
data
[
0
]
)
;
cfg_srv.c:926
gatt_proxy_set()
if
(
cfg
->
gatt_proxy
==
buf
->
data
[
0
]
)
{
cfg_srv.c:928
gatt_proxy_set()
cfg
->
gatt_proxy
=
buf
->
data
[
0
]
;
cfg_srv.c:932
gatt_proxy_set()
cfg
->
gatt_proxy
=
BLE_MESH_GATT_PROXY_NOT_SUPPORTED
;
cfg_srv.c:3579
conf_is_valid()
cfg
->
gatt_proxy
=
BLE_MESH_GATT_PROXY_NOT_SUPPORTED
;
cfg_srv.c:3621
cfg_srv_init()
return
conf
->
gatt_proxy
;
cfg_srv.c:3786
bt_mesh_gatt_proxy_get()
cfg
->
gatt_proxy
=
stored_cfg
.
cfg
.
gatt_proxy
;
settings.c:1501
settings_core_commit()
val
.
gatt_proxy
=
cfg
->
gatt_proxy
;
settings.c:1757
store_pending_cfg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_cfg_srv::gatt_proxy
is written by 4 functions and is read by 3 functions:
settings_core_commit()
gatt_proxy_set()
conf_is_valid()
cfg_srv_init()
All items filtered out
bt_mesh_cfg_srv::gatt_proxy
store_pending_cfg()
gatt_proxy_set()
bt_mesh_gatt_proxy_get()
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