Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dstate_binding.c256 if (model->id != BLE_MESH_MODEL_ID_LIGHT_HSL_SRV) { in bt_mesh_update_binding_state()
275 if (model->id != BLE_MESH_MODEL_ID_LIGHT_HSL_SRV) { in bt_mesh_update_binding_state()
Dlighting_server.c1164 if (model->id == BLE_MESH_MODEL_ID_LIGHT_HSL_SRV) { in send_light_hsl_status()
1177 if (model->id == BLE_MESH_MODEL_ID_LIGHT_HSL_SRV) { in send_light_hsl_status()
1243 case BLE_MESH_MODEL_ID_LIGHT_HSL_SRV: { in light_hsl_get()
1318 case BLE_MESH_MODEL_ID_LIGHT_HSL_SRV: { in light_hsl_publish()
3061 case BLE_MESH_MODEL_ID_LIGHT_HSL_SRV: { in light_server_init()
3381 case BLE_MESH_MODEL_ID_LIGHT_HSL_SRV: { in light_server_deinit()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h121 #define BLE_MESH_MODEL_ID_LIGHT_HSL_SRV 0x1307 macro
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1627 case BLE_MESH_MODEL_ID_LIGHT_HSL_SRV: in btc_ble_mesh_model_op_set()