No changes
Fork of nRF51822 by
Diff: source/nRF5xGattServer.cpp
- Revision:
- 530:f6d563460578
- Parent:
- 528:7144407893f0
- Child:
- 541:884f95bf5351
--- a/source/nRF5xGattServer.cpp Wed Dec 02 13:14:18 2015 +0000 +++ b/source/nRF5xGattServer.cpp Wed Dec 02 13:14:18 2015 +0000 @@ -97,6 +97,7 @@ p_char->getValueAttribute().getValuePtr(), p_char->getValueAttribute().getLength(), p_char->getValueAttribute().getMaxLength(), + p_char->getValueAttribute().hasVariableLength(), userDescriptionDescriptorValuePtr, userDescriptionDescriptorValueLen, p_char->isReadAuthorizationEnabled(), @@ -129,6 +130,7 @@ p_desc->getValuePtr(), p_desc->getLength(), p_desc->getMaxLength(), + p_desc->hasVariableLength(), &nrfDescriptorHandles[descriptorCount]), BLE_ERROR_PARAM_OUT_OF_RANGE);