Structure for updating gain table offset or max power in Bluetooth commands.

Public Attributes#

uint8_t

node id (0 - BLE, 1 - BT)

uint8_t

gain table request type (0 - max power update, 1 - offset update)

uint8_t

gain table payload length

uint8_t

gain table payload data

Public Attribute Documentation#

node_id#

uint8_t rsi_bt_cmd_update_gain_table_offset_or_maxpower_s::node_id

node id (0 - BLE, 1 - BT)


Definition at line 508 of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h

update_gain_table_type#

uint8_t rsi_bt_cmd_update_gain_table_offset_or_maxpower_s::update_gain_table_type

gain table request type (0 - max power update, 1 - offset update)


Definition at line 510 of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h

payload_len#

uint8_t rsi_bt_cmd_update_gain_table_offset_or_maxpower_s::payload_len

gain table payload length


Definition at line 512 of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h

payload#

uint8_t rsi_bt_cmd_update_gain_table_offset_or_maxpower_s::payload[128]

gain table payload data


Definition at line 514 of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h