ESP-IDF
OP_RELAY_STATUS
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
OP_RELAY_STATUS
OP_RELAY_STATUS macro
Syntax
Show:
Summary
Declaration
from
foundation.h:65
#define
OP_RELAY_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x28
)
Examples
References
from
examples
Code
Location
#define
OP_RELAY_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x28
)
foundation.h:65
#define
OP_RELAY_STATUS
BT_MESH_MODEL_OP_2
(
0x80
,
0x28
)
foundation.h:59
{
OP_RELAY_GET
,
OP_RELAY_STATUS
}
,
cfg_cli.c:32
{
OP_RELAY_SET
,
OP_RELAY_STATUS
}
,
cfg_cli.c:33
{
OP_RELAY_STATUS
,
2
,
relay_status
}
,
cfg_cli.c:633
BLE_MESH_MODEL_BUF_DEFINE
(
msg
,
OP_RELAY_STATUS
,
2
)
;
cfg_srv.c:1018
bt_mesh_model_msg_init
(
&
msg
,
OP_RELAY_STATUS
)
;
cfg_srv.c:1024
BLE_MESH_MODEL_BUF_DEFINE
(
msg
,
OP_RELAY_STATUS
,
2
)
;
cfg_srv.c:1037
bt_mesh_model_msg_init
(
&
msg
,
OP_RELAY_STATUS
)
;
cfg_srv.c:1075
struct
os_mbuf
*
msg
=
BT_MESH_MODEL_BUF
(
OP_RELAY_STATUS
,
2
)
;
cfg_srv.c:684
bt_mesh_model_msg_init
(
msg
,
OP_RELAY_STATUS
)
;
cfg_srv.c:690
struct
os_mbuf
*
msg
=
BT_MESH_MODEL_BUF
(
OP_RELAY_STATUS
,
2
)
;
cfg_srv.c:707
bt_mesh_model_msg_init
(
msg
,
OP_RELAY_STATUS
)
;
cfg_srv.c:722
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