Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattServerFacade.java472 BluetoothGattCharacteristic gattChar = mCharacteristicList.get(charIndex); in gattServerGetCharacteristicUuid() local
473 if (gattChar == null) { in gattServerGetCharacteristicUuid()
476 return gattChar.getUuid().toString(); in gattServerGetCharacteristicUuid()
490 BluetoothGattCharacteristic gattChar = mCharacteristicList.get(charIndex); in gattServerGetCharacteristicInstanceId() local
491 if (gattChar == null) { in gattServerGetCharacteristicInstanceId()
494 return gattChar.getInstanceId(); in gattServerGetCharacteristicInstanceId()