Searched refs:bluetoothAdapter (Results 1 – 1 of 1) sorted by relevance
470 BluetoothAdapter bluetoothAdapter = ((BluetoothManager) mContext in toggleBTOnOffAndVerify() local472 boolean isEnabled = bluetoothAdapter.isEnabled(); in toggleBTOnOffAndVerify()473 boolean success = (verifyOn ? bluetoothAdapter.disable() : bluetoothAdapter.enable()); in toggleBTOnOffAndVerify()488 bluetoothAdapter.enable(); in toggleBTOnOffAndVerify()490 bluetoothAdapter.disable(); in toggleBTOnOffAndVerify()