Searched refs:gattChar (Results 1 – 1 of 1) sorted by relevance
472 BluetoothGattCharacteristic gattChar = mCharacteristicList.get(charIndex); in gattServerGetCharacteristicUuid() local473 if (gattChar == null) { in gattServerGetCharacteristicUuid()476 return gattChar.getUuid().toString(); in gattServerGetCharacteristicUuid()490 BluetoothGattCharacteristic gattChar = mCharacteristicList.get(charIndex); in gattServerGetCharacteristicInstanceId() local491 if (gattChar == null) { in gattServerGetCharacteristicInstanceId()494 return gattChar.getInstanceId(); in gattServerGetCharacteristicInstanceId()