Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_vs_set_rf_ctrl_comp_evt_t Struct Reference

This structure notifies that RF has been configured. More...

Data Fields

uint8_t ctrl
 The result of RF power control. More...
 

Detailed Description

This structure notifies that RF has been configured.

Field Documentation

◆ ctrl

uint8_t st_ble_vs_set_rf_ctrl_comp_evt_t::ctrl

The result of RF power control.

type name description
uint8_t ctrl The result of RF power control.
value description
BLE_VS_RF_OFF(0x00) RF power off.
BLE_VS_RF_ON(0x01) RF power on.