ESP-IDF
bt_mesh_light_lc_srv::rsp_ctrl
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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_light_lc_srv::rsp_ctrl
bt_mesh_light_lc_srv::rsp_ctrl field
Syntax
Show:
Summary
Declaration
from
lighting_server.h:257
struct
bt_mesh_server_rsp_ctrl
rsp_ctrl
;
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_server_rsp_ctrl
rsp_ctrl
;
lighting_server.h:257
if
(
srv
->
rsp_ctrl
.
get_auto_rsp
==
BLE_MESH_SERVER_RSP_BY_APP
)
{
lighting_server.c:2241
light_lc_get()
if
(
srv
->
rsp_ctrl
.
set_auto_rsp
==
BLE_MESH_SERVER_RSP_BY_APP
)
{
lighting_server.c:2296
light_lc_mode_set()
if
(
srv
->
rsp_ctrl
.
set_auto_rsp
==
BLE_MESH_SERVER_RSP_BY_APP
)
{
lighting_server.c:2338
light_lc_om_set()
if
(
srv
->
rsp_ctrl
.
set_auto_rsp
==
BLE_MESH_SERVER_RSP_BY_APP
)
{
lighting_server.c:2384
light_lc_light_onoff_set()
if
(
srv
->
rsp_ctrl
.
status_auto_rsp
==
BLE_MESH_SERVER_RSP_BY_APP
)
{
lighting_server.c:2491
light_lc_sensor_status()
if
(
srv
->
rsp_ctrl
.
set_auto_rsp
==
BLE_MESH_SERVER_AUTO_RSP
)
{
lighting_server.c:3075
light_server_init()
if
(
srv
->
rsp_ctrl
.
set_auto_rsp
==
BLE_MESH_SERVER_AUTO_RSP
)
{
lighting_server.c:3373
light_server_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_light_lc_srv::rsp_ctrl
is read by 7 functions:
All items filtered out
bt_mesh_light_lc_srv::rsp_ctrl
light_lc_get()
light_lc_mode_set()
light_lc_om_set()
light_lc_light_onoff_set()
light_lc_sensor_status()
light_server_init()
light_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