Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1323 BluetoothGattService currSrvc = null; in onGetGattDb() local
1337 currSrvc = new BluetoothGattService(el.uuid, el.id, el.type); in onGetGattDb()
1338 dbOut.add(currSrvc); in onGetGattDb()
1353 currSrvc.addCharacteristic(currChar); in onGetGattDb()
1377 currSrvc.addIncludedService( in onGetGattDb()