Searched defs:getDevicesMatchingConnectionStates (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothManager.java140 connectedDevices = iGatt.getDevicesMatchingConnectionStates(
172 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { method in class:BluetoothManager
173 if (DBG) Log.d(TAG,"getDevicesMatchingConnectionStates");
185 devices = iGatt.getDevicesMatchingConnectionStates(states);
H A DBluetoothPbapClient.java244 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothPbapClient
250 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothProfile.java193 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states); method in interface:BluetoothProfile
H A DBluetoothSap.java307 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothSap
311 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothA2dp.java322 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothA2dp
327 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothA2dpSink.java315 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothA2dpSink
319 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothAvrcpController.java238 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothAvrcpController
242 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothGattServer.java718 * {@link BluetoothManager#getDevicesMatchingConnectionStates(int, int[])}
724 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothGattServer
726 ("Use BluetoothManager#getDevicesMatchingConnectionStates instead.");
H A DBluetoothMap.java282 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothMap
286 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothPan.java311 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothPan
315 return mPanService.getDevicesMatchingConnectionStates(states);
H A DBluetoothGatt.java1216 * {@link BluetoothManager#getDevicesMatchingConnectionStates(int, int[])}
1222 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothGatt
1224 ("Use BluetoothManager#getDevicesMatchingConnectionStates instead.");
H A DBluetoothHealth.java409 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothHealth
H A DBluetoothInputDevice.java388 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothInputDevice
392 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothHeadset.java457 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothHeadset
461 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothHeadsetClient.java547 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothHeadsetClient
551 return mService.getDevicesMatchingConnectionStates(states);

Completed in 125 milliseconds