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.java1319 BluetoothGattService currSrvc = null; in onGetGattDb() local
1333 currSrvc = new BluetoothGattService(el.uuid, el.id, el.type); in onGetGattDb()
1334 dbOut.add(currSrvc); in onGetGattDb()
1349 currSrvc.addCharacteristic(currChar); in onGetGattDb()
1373 currSrvc.addIncludedService( in onGetGattDb()