Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1316 List<BluetoothGattService> dbOut = new ArrayList<BluetoothGattService>(); in onGetGattDb() local
1334 dbOut.add(currSrvc); in onGetGattDb()
1387 app.callback.onSearchComplete(address, dbOut, 0 /* status */); in onGetGattDb()