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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java158 private Map<Integer, List<BluetoothGattService>> gattClientDatabases = field in class:GattService
229 List<BluetoothGattService> db = gattClientDatabases.get(connId);
1069 gattClientDatabases.put(connId, db_out);

Completed in 21 milliseconds