Searched refs:OP_MOD_PUB_STATUS (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | foundation.h | 50 #define OP_MOD_PUB_STATUS BLE_MESH_MODEL_OP_2(0x80, 0x19) macro
|
D | cfg_cli.c | 34 { OP_MOD_PUB_GET, OP_MOD_PUB_STATUS }, 35 { OP_MOD_PUB_SET, OP_MOD_PUB_STATUS }, 36 { OP_MOD_PUB_VA_SET, OP_MOD_PUB_STATUS }, 661 { OP_MOD_PUB_STATUS, 12, mod_pub_status },
|
D | cfg_srv.c | 977 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_MOD_PUB_STATUS, 14); in send_mod_pub_status() 979 bt_mesh_model_msg_init(&msg, OP_MOD_PUB_STATUS); in send_mod_pub_status()
|