Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1259 Set<String> connectedDevices = new HashSet<String>(); in getDevicesMatchingConnectionStates() local
1260 connectedDevices.addAll(mClientMap.getConnectedDevices()); in getDevicesMatchingConnectionStates()
1261 connectedDevices.addAll(mServerMap.getConnectedDevices()); in getDevicesMatchingConnectionStates()
1263 for (String address : connectedDevices ) { in getDevicesMatchingConnectionStates()