turnBluetoothOn

abstract suspend fun turnBluetoothOn(): Boolean

Turns on the Bluetooth adapter. The Bluetooth state changes are reflected by bluetoothState.

Return

true when turning on Bluetooth has been initiated successfully, 'false' otherwise.