Fork of nRF51822 by
apache-2.0.txt@630:435a3d9e6456, 2016-04-11 (annotated)
- Committer:
- vcoubard
- Date:
- Mon Apr 11 15:07:10 2016 +0100
- Revision:
- 630:435a3d9e6456
- Parent:
- 443:df9a63600641
Synchronized with git rev 527cd906
Author: Vincent Coubard
Fix return value of nRF5xGattServer::write.
While fixing the return value, nRF5xGattServer::write will also return a
more meaningful result in case of faillure than just
BLE_ERROR_PARAM_OUT_OF_RANGE.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
rgrover1 | 443:df9a63600641 | 1 | Copyright (c) 2015 ARM Limited |
rgrover1 | 443:df9a63600641 | 2 | |
rgrover1 | 443:df9a63600641 | 3 | Licensed under the Apache License, Version 2.0 (the "License"); |
rgrover1 | 443:df9a63600641 | 4 | you may not use this file except in compliance with the License. |
rgrover1 | 443:df9a63600641 | 5 | You may obtain a copy of the License at |
rgrover1 | 443:df9a63600641 | 6 | |
rgrover1 | 443:df9a63600641 | 7 | http://www.apache.org/licenses/LICENSE-2.0 |
rgrover1 | 443:df9a63600641 | 8 | |
rgrover1 | 443:df9a63600641 | 9 | Unless required by applicable law or agreed to in writing, software |
rgrover1 | 443:df9a63600641 | 10 | distributed under the License is distributed on an "AS IS" BASIS, |
rgrover1 | 443:df9a63600641 | 11 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
rgrover1 | 443:df9a63600641 | 12 | See the License for the specific language governing permissions and |
rgrover1 | 443:df9a63600641 | 13 | limitations under the License. |