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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothManager.java135 connectedDevices = iGatt.getDevicesMatchingConnectionStates(
165 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { method in class:BluetoothManager
166 if (DBG) Log.d(TAG,"getDevicesMatchingConnectionStates");
178 devices = iGatt.getDevicesMatchingConnectionStates(states);
H A DBluetoothAvrcpController.java197 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothAvrcpController
202 return service.getDevicesMatchingConnectionStates(states);
H A DBluetoothPbapClient.java249 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothPbapClient
256 return service.getDevicesMatchingConnectionStates(states);
H A DBluetoothProfile.java208 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states); method in interface:BluetoothProfile
H A DBluetoothSap.java317 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothSap
322 return service.getDevicesMatchingConnectionStates(states);
H A DBluetoothA2dp.java375 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothA2dp
380 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothA2dpSink.java317 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothA2dpSink
322 return service.getDevicesMatchingConnectionStates(states);
H A DBluetoothGattServer.java810 * {@link BluetoothManager#getDevicesMatchingConnectionStates(int, int[])}
816 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothGattServer
818 ("Use BluetoothManager#getDevicesMatchingConnectionStates instead.");
H A DBluetoothMap.java295 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothMap
300 return service.getDevicesMatchingConnectionStates(states);
H A DBluetoothMapClient.java260 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothMapClient
265 return service.getDevicesMatchingConnectionStates(states);
H A DBluetoothPan.java313 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothPan
318 return service.getDevicesMatchingConnectionStates(states);
H A DBluetoothHealth.java414 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothHealth
H A DBluetoothInputDevice.java403 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothInputDevice
408 return service.getDevicesMatchingConnectionStates(states);
H A DBluetoothInputHost.java297 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothInputHost
298 Log.v(TAG, "getDevicesMatchingConnectionStates(): states=" + Arrays.toString(states));
303 return service.getDevicesMatchingConnectionStates(states);
H A DBluetoothGatt.java1482 * {@link BluetoothManager#getDevicesMatchingConnectionStates(int, int[])}
1488 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothGatt
1490 ("Use BluetoothManager#getDevicesMatchingConnectionStates instead.");
H A DBluetoothHeadset.java489 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothHeadset
494 return service.getDevicesMatchingConnectionStates(states);
H A DBluetoothHeadsetClient.java549 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothHeadsetClient
554 return service.getDevicesMatchingConnectionStates(states);

Completed in 137 milliseconds