Searched refs:getConnectedDevices (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothPan.aidl32 List<BluetoothDevice> getConnectedDevices();
H A DBluetoothProfile.java142 public List<BluetoothDevice> getConnectedDevices(); method in interface:BluetoothProfile
H A DIBluetoothA2dp.aidl30 List<BluetoothDevice> getConnectedDevices();
H A DIBluetoothMap.aidl32 List<BluetoothDevice> getConnectedDevices();
H A DIBluetoothInputDevice.aidl30 List<BluetoothDevice> getConnectedDevices();
H A DBluetoothManager.java95 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile);
120 public List<BluetoothDevice> getConnectedDevices(int profile) { method in class:BluetoothManager
121 if (DBG) Log.d(TAG,"getConnectedDevices");
H A DIBluetoothHeadset.aidl30 List<BluetoothDevice> getConnectedDevices();
H A DBluetoothPan.java285 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothPan
286 if (VDBG) log("getConnectedDevices()");
289 return mPanService.getConnectedDevices();
H A DBluetoothA2dp.java279 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothA2dp
280 if (VDBG) log("getConnectedDevices()");
283 return mService.getConnectedDevices();
H A DBluetoothMap.java264 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothMap
265 if (DBG) log("getConnectedDevices()");
268 return mService.getConnectedDevices();
H A DBluetoothInputDevice.java353 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothInputDevice
354 if (VDBG) log("getConnectedDevices()");
357 return mService.getConnectedDevices();
H A DBluetoothHeadset.java402 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothHeadset
403 if (VDBG) log("getConnectedDevices()");
406 return mService.getConnectedDevices();
H A DBluetoothHealth.java378 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothHealth
H A DBluetoothTetheringDataTracker.java138 for (BluetoothDevice device: mBluetoothPan.getConnectedDevices()) {
H A DBluetoothGattServer.java660 * Not supported - please use {@link BluetoothManager#getConnectedDevices(int)}
671 * Not supported - please use {@link BluetoothManager#getConnectedDevices(int)}
677 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothGattServer
679 ("Use BluetoothManager#getConnectedDevices instead.");
H A DBluetoothGatt.java1151 * Not supported - please use {@link BluetoothManager#getConnectedDevices(int)}
1162 * Not supported - please use {@link BluetoothManager#getConnectedDevices(int)}
1168 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothGatt
1170 ("Use BluetoothManager#getConnectedDevices instead.");
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java651 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
661 List<BluetoothDevice> devices = mBluetoothHeadset.getConnectedDevices();
/frameworks/base/media/java/android/media/
H A DAudioService.java2319 deviceList = mA2dp.getConnectedDevices();
2343 deviceList = mBluetoothHeadset.getConnectedDevices();
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1448 List<BluetoothDevice> deviceList = mBtHeadset.getConnectedDevices();

Completed in 174 milliseconds