Searched refs:onoff_status (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ |
D | ble_mesh_reg_gen_onoff_client_cmd.c | 57 … ESP_LOGI(TAG, "GenOnOffClient:GetStatus,OK,%d", param->status_cb.onoff_status.present_onoff); in ble_mesh_generic_onoff_client_model_cb() 71 … ESP_LOGI(TAG, "GenOnOffClient:SetStatus,OK,%d", param->status_cb.onoff_status.present_onoff); in ble_mesh_generic_onoff_client_model_cb()
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/ |
D | main.c | 211 …TAG, "ESP_BLE_MESH_MODEL_OP_GEN_ONOFF_GET, onoff %d", param->status_cb.onoff_status.present_onoff); in example_ble_mesh_generic_client_cb() 217 …TAG, "ESP_BLE_MESH_MODEL_OP_GEN_ONOFF_SET, onoff %d", param->status_cb.onoff_status.present_onoff); in example_ble_mesh_generic_client_cb()
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/main/ |
D | main.c | 516 node->onoff = param->status_cb.onoff_status.present_onoff; in example_ble_mesh_generic_client_cb() 537 node->onoff = param->status_cb.onoff_status.present_onoff; in example_ble_mesh_generic_client_cb() 561 node->onoff = param->status_cb.onoff_status.present_onoff; in example_ble_mesh_generic_client_cb()
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/main/ |
D | main.c | 511 node->onoff = param->status_cb.onoff_status.present_onoff; in example_generic_client_callback()
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/api/models/include/ |
D | esp_ble_mesh_generic_model_api.h | 440 …esp_ble_mesh_gen_onoff_status_cb_t onoff_status; /*!< For ESP_BLE_MESH_MODE… member
|