Enable or disable the Bluetooth radio.
#include <btapi/btdevice.h>
int bt_ldev_set_power(const bool power_on)
BlackBerry 10.0.0
Set to a value of true to enable (turn on) the Bluetooth radio, false to disable (turn off) the Bluetooth radio.
Turns the Bluetooth radio controller on or off on the local device. In your event loop, you can monitor for the BT_EVT_RADIO_INIT event to confirm that the Bluetooth radio has been turned on and the BT_EVT_RADIO_SHUTDOWN event to confirm that the radio has been turned off. The return code for this function indicates that the function has been completed successfully and not that the Bluetooth radio controller has been turned on or off.