Bluetooth LE Mesh Library
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
wiced_bt_mesh_power_level_range_set_data_t Struct Reference

Description

Power Level Set Range Data structure exchanged between the application and Generic Power Level Model.

Data Fields

uint16_t power_min
 The value of the Generic Power Min field of the Generic Power Range state. More...
 
uint16_t power_max
 The value of the Generic Power Range Max field of the Generic Power Range state. More...
 

Field Documentation

◆ power_min

uint16_t wiced_bt_mesh_power_level_range_set_data_t::power_min

The value of the Generic Power Min field of the Generic Power Range state.

◆ power_max

uint16_t wiced_bt_mesh_power_level_range_set_data_t::power_max

The value of the Generic Power Range Max field of the Generic Power Range state.