Home
last modified time | relevance | path

Searched refs:OP_RELAY_STATUS (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dmodels.h170 #define OP_RELAY_STATUS MESH_MODEL_OP2(0x80, 0x28) macro
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dfoundation.h56 #define OP_RELAY_STATUS BT_MESH_MODEL_OP_2(0x80, 0x28) macro
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dcfg_cli.c184 if (cli->op_pending != OP_RELAY_STATUS) { in relay_status()
830 { OP_RELAY_STATUS, 2, relay_status },
1062 err = cli_prepare(&param, OP_RELAY_STATUS); in bt_mesh_cfg_relay_get()
1105 err = cli_prepare(&param, OP_RELAY_STATUS); in bt_mesh_cfg_relay_set()
A Dcfg_srv.c999 bt_mesh_model_msg_init(&msg, OP_RELAY_STATUS); in relay_get()
1048 bt_mesh_model_msg_init(&msg, OP_RELAY_STATUS); in relay_set()

Completed in 21 milliseconds