Searched refs:OP_MOD_APP_STATUS (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | foundation.h | 87 #define OP_MOD_APP_STATUS BLE_MESH_MODEL_OP_2(0x80, 0x3e) macro
|
D | cfg_cli.c | 56 { OP_MOD_APP_BIND, OP_MOD_APP_STATUS }, 57 { OP_MOD_APP_UNBIND, OP_MOD_APP_STATUS }, 660 { OP_MOD_APP_STATUS, 7, mod_app_status },
|
D | cfg_srv.c | 2520 bt_mesh_model_msg_init(msg, OP_MOD_APP_STATUS); in create_mod_app_status() 2537 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_MOD_APP_STATUS, 9); in mod_app_bind() 2600 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_MOD_APP_STATUS, 9); in mod_app_unbind()
|