Home
last modified time | relevance | path

Searched refs:BLE_MESH_OUTPUT_CURRENT_PERCENT (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/common/
Ddevice_property.c198 { BLE_MESH_OUTPUT_CURRENT_PERCENT, 0x01 },
203 if (prop_id > BLE_MESH_OUTPUT_CURRENT_PERCENT) { in bt_mesh_get_dev_prop_len()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/common/include/
Ddevice_property.h559 #define BLE_MESH_OUTPUT_CURRENT_PERCENT 0x00B7 macro