Searched refs:db_out (Results 1 – 1 of 1) sorted by relevance
747 List<BluetoothGattService> db_out = new ArrayList<BluetoothGattService>(); in onGetGattDb() local760 db_out.add(currSrvc); in onGetGattDb()788 gattClientDatabases.put(connId, db_out); in onGetGattDb()789 app.callback.onSearchComplete(address, db_out, 0 /* status */); in onGetGattDb()