Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattClientFacade.java428 UUID cUuid = UUID.fromString(characteristicUuid); in gattClientReadCharacteristic() local
429 BluetoothGattCharacteristic gattCharacteristic = gattService.getCharacteristic(cUuid); in gattClientReadCharacteristic()
454 UUID cUuid = UUID.fromString(uuid); in gattClientReadUsingCharacteristicUuid() local
455 return bluetoothGatt.readUsingCharacteristicUuid(cUuid, startHandle, endHandle); in gattClientReadUsingCharacteristicUuid()
1085 UUID cUuid = UUID.fromString(characteristicUuid); in gattClientReadDescriptor() local
1086 BluetoothGattCharacteristic gattCharacteristic = gattService.getCharacteristic(cUuid); in gattClientReadDescriptor()
1177 UUID cUuid = UUID.fromString(characteristicUuid); in gattClientWriteDescriptor() local
1178 BluetoothGattCharacteristic gattCharacteristic = gattService.getCharacteristic(cUuid); in gattClientWriteDescriptor()
1269 UUID cUuid = UUID.fromString(characteristicUuid); in gattClientDescriptorSetValue() local
1270 BluetoothGattCharacteristic gattCharacteristic = gattService.getCharacteristic(cUuid); in gattClientDescriptorSetValue()
[all …]