Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java750 BluetoothGattCharacteristic currChar = null; in onGetGattDb() local
766 currChar = new BluetoothGattCharacteristic(el.uuid, el.id, el.properties, 0); in onGetGattDb()
767 currSrvc.addCharacteristic(currChar); in onGetGattDb()
773 currChar.addDescriptor(new BluetoothGattDescriptor(el.uuid, el.id, 0)); in onGetGattDb()