Searched defs:getConnectionState (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothManager.java92 public int getConnectionState(BluetoothDevice device, int profile) { method in class:BluetoothManager
93 if (DBG) Log.d(TAG,"getConnectionState()");
H A DBluetoothA2dpSink.java332 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothA2dpSink
337 return mService.getConnectionState(device);
H A DBluetoothAvrcpController.java197 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothAvrcpController
202 return mService.getConnectionState(device);
H A DBluetoothProfile.java188 public int getConnectionState(BluetoothDevice device); method in interface:BluetoothProfile
H A DBluetoothA2dp.java319 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothA2dp
324 return mService.getConnectionState(device);
H A DBluetoothGattServer.java702 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothGattServer
703 throw new UnsupportedOperationException("Use BluetoothManager#getConnectionState instead.");
H A DBluetoothMap.java301 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothMap
302 if (DBG) log("getConnectionState(" + device + ")");
306 return mService.getConnectionState(device);
H A DBluetoothPan.java319 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothPan
324 return mPanService.getConnectionState(device);
H A DBluetoothGatt.java1294 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothGatt
1295 throw new UnsupportedOperationException("Use BluetoothManager#getConnectionState instead.");
H A DBluetoothHeadset.java434 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothHeadset
435 if (VDBG) log("getConnectionState(" + device + ")");
439 return mService.getConnectionState(device);
H A DBluetoothHealth.java349 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothHealth
H A DBluetoothInputDevice.java405 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothInputDevice
409 return mService.getConnectionState(device);
H A DBluetoothAdapter.java1040 public int getConnectionState() { method in class:BluetoothAdapter
1046 } catch (RemoteException e) {Log.e(TAG, "getConnectionState:", e);}
H A DBluetoothHeadsetClient.java568 public int getConnectionState(BluetoothDevice device) { method in class:BluetoothHeadsetClient
569 if (VDBG) log("getConnectionState(" + device + ")");
573 return mService.getConnectionState(device);

Completed in 88 milliseconds