Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Diff: ble/GapAdvertisingData.h
- Revision:
- 1105:178ed0b132c4
- Parent:
- 1104:0244fbb0324e
- Child:
- 1131:692ddf04fc42
--- a/ble/GapAdvertisingData.h Mon Jan 11 08:51:56 2016 +0000 +++ b/ble/GapAdvertisingData.h Mon Jan 11 08:51:56 2016 +0000 @@ -253,7 +253,7 @@ uint8_t* field = findField(advDataType); if (field) { - // Field type already exist, either add to field or replace + // Field type already exist, replace field contents return updateField(advDataType, payload, len, field); } else { // field doesn't exists, return an error