Added encoding and decoding for ReadRange service, associated handlers and test application.
This commit is contained in:
@@ -106,7 +106,7 @@ static int rpm_ack_decode_service_request(
|
||||
rpm_property->value = value;
|
||||
old_value = value;
|
||||
while (value && (apdu_len > 0)) {
|
||||
if (decode_is_context_specific(apdu)) {
|
||||
if (IS_CONTEXT_SPECIFIC(*apdu)) {
|
||||
len =
|
||||
bacapp_decode_context_data(apdu, apdu_len, value,
|
||||
rpm_property->propertyIdentifier);
|
||||
|
||||
Reference in New Issue
Block a user