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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java149 ServerMap mServerMap = new ServerMap(); field in class:GattService
219 mServerMap.clear();
1228 String address = mServerMap.addressByConnId(connId);
1233 ServerMap.App app = mServerMap.getByConnId(connId);
1247 Integer connId = mServerMap.connIdByAddress(serverIf, address);
1253 ServerMap.App app = mServerMap.getByConnId(connId);
1267 String address = mServerMap.addressByConnId(connId);
1272 ServerMap.App app = mServerMap.getByConnId(connId);
1857 connectedDevices.addAll(mServerMap.getConnectedDevices());
2229 connectedDevAddress.addAll(mServerMap
[all...]

Completed in 15 milliseconds