No changes
Fork of nRF51822 by
Diff: source/nRF5xGattServer.cpp
- Revision:
- 522:0f791e328558
- Parent:
- 521:1db090c0e563
- Child:
- 524:502e53732c75
--- a/source/nRF5xGattServer.cpp Wed Dec 02 12:58:42 2015 +0000 +++ b/source/nRF5xGattServer.cpp Wed Dec 02 12:58:42 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);