We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Success callbacks will return null if Bluetooth is not available.
@return - String, 'enabled' window.bluetoothcontrols.enable({success:btEnabled});
@return - String, 'enabled'
window.bluetoothcontrols.enable({success:btEnabled});
@return - String, 'disabled' window.bluetoothcontrols.disable({success:btDisable});
@return - String, 'disabled'
window.bluetoothcontrols.disable({success:btDisable});
@return - String, 'enabled/disabled' window.bluetoothcontrols.toggle({success:btToggle});
@return - String, 'enabled/disabled'
window.bluetoothcontrols.toggle({success:btToggle});
@return - String, 'enabled/disabled' window.bluetoothcontrols.check({success:btCheck});
window.bluetoothcontrols.check({success:btCheck});