Searched refs:getConnectedDevices (Results 1 – 8 of 8) sorted by relevance
64 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()111 List<BluetoothDevice> sinks = mService.getConnectedDevices(); in connect()121 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in disconnect()136 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in getConnectionStatus()
76 private List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpProfile84 List<BluetoothDevice> sinks = getConnectedDevices(); in connect()120 List<BluetoothDevice> sinks = mService.getConnectedDevices(); in isA2dpPlaying()
78 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in getConnectionStatus()
74 List<BluetoothDevice> sinks = mService.getConnectedDevices(); in connect()
125 if (mA2dp.getConnectedDevices().contains(mDevice) || in start()126 mHeadset.getConnectedDevices().contains(mDevice)) { in start()
421 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
597 public List<BluetoothDevice> getConnectedDevices() {
4144 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices(); in isBluetoothAvailable()4236 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices(); in dumpBluetoothState()