Searched refs:isBluetoothEnabled (Results 1 – 7 of 7) sorted by relevance
1758 if (service == null || !isBluetoothEnabled()) { in getUuids()1789 if (service == null || !isBluetoothEnabled()) { in fetchUuidsWithSdp()1926 boolean isBluetoothEnabled() { in isBluetoothEnabled() method in BluetoothDevice2185 if (!isBluetoothEnabled()) { in createRfcommSocket()2285 if (!isBluetoothEnabled()) { in createRfcommSocketToServiceRecord()2326 if (!isBluetoothEnabled()) { in createInsecureRfcommSocketToServiceRecord()2354 if (!isBluetoothEnabled()) { in createInsecureRfcommSocket()2377 if (!isBluetoothEnabled()) { in createScoSocket()2586 if (!isBluetoothEnabled()) { in createL2capChannel()2617 if (!isBluetoothEnabled()) { in createInsecureL2capChannel()
28 boolean isBluetoothEnabled(); in isBluetoothEnabled() method
180 public boolean isBluetoothEnabled() { in isBluetoothEnabled() method in BluetoothControllerImpl
40 public boolean isBluetoothEnabled() { in isBluetoothEnabled() method in FakeBluetoothController
134 final boolean enabled = transientEnabling || mController.isBluetoothEnabled(); in handleUpdateState()383 if (mController.isBluetoothEnabled()) { in updateItems()
455 bluetoothVisible = mBluetooth.isBluetoothEnabled(); in updateBluetooth()
10111 Landroid/bluetooth/BluetoothDevice;->isBluetoothEnabled()Z