Home
last modified time | relevance | path

Searched refs:connectedDevices (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothManager.java98 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile); in getConnectionState() local
99 for(BluetoothDevice connectedDevice : connectedDevices) { in getConnectionState()
130 List<BluetoothDevice> connectedDevices = new ArrayList<BluetoothDevice>(); in getConnectedDevices() local
135 if (iGatt == null) return connectedDevices; in getConnectedDevices()
137 connectedDevices = iGatt.getDevicesMatchingConnectionStates( in getConnectedDevices()
143 return connectedDevices; in getConnectedDevices()