Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java129 private Map<Integer, List<BluetoothGattService>> gattClientDatabases = field in GattService
224 List<BluetoothGattService> db = gattClientDatabases.get(connId); in permissionCheck()
788 gattClientDatabases.put(connId, db_out); in onGetGattDb()