Home
last modified time | relevance | path

Searched refs:BLE_MESH_MODEL_ID_TIME_SRV (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c77 if (model->id == BLE_MESH_MODEL_ID_TIME_SRV) { in send_time_status()
107 if (model->id == BLE_MESH_MODEL_ID_TIME_SRV) { in send_time_status()
120 if (model->id == BLE_MESH_MODEL_ID_TIME_SRV) { in send_time_status()
169 case BLE_MESH_MODEL_ID_TIME_SRV: { in time_get()
1232 case BLE_MESH_MODEL_ID_TIME_SRV: { in time_scene_server_init()
1400 if (bt_mesh_model_find(element, BLE_MESH_MODEL_ID_TIME_SRV) == NULL) { in scheduler_srv_init()
1441 case BLE_MESH_MODEL_ID_TIME_SRV: in time_scene_server_deinit()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h105 #define BLE_MESH_MODEL_ID_TIME_SRV 0x1200 macro
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1660 case BLE_MESH_MODEL_ID_TIME_SRV: in btc_ble_mesh_model_op_set()