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 nRF51822 by
Diff: nordic/nrf-sdk/ble/ble_advdata.h
- Revision:
- 65:98215c4f3a25
- Parent:
- 45:3c4df37ed83e
--- a/nordic/nrf-sdk/ble/ble_advdata.h Mon Sep 08 15:45:22 2014 +0000 +++ b/nordic/nrf-sdk/ble/ble_advdata.h Mon Sep 08 17:21:46 2014 +0100 @@ -104,11 +104,11 @@ * @warning This API may override application's request to use the long name and use a short name * instead. This truncation will occur in case the long name does not fit advertisement data size. * Application is permitted to specify a preferred short name length in case truncation is required. - * For example, if the complete device name is ABCD_HRMonitor, application can specify short name + * For example, if the complete device name is ABCD_HRMonitor, application can specify short name * length to 8 such that short device name appears as ABCD_HRM instead of ABCD_HRMo or ABCD_HRMoni * etc if available size for short name is 9 or 12 respectively to have more apporpriate short name. * However, it should be noted that this is just a preference that application can specify and - * if the preference too large to fit in Advertisement Data, this can be further truncated. + * if the preference too large to fit in Advertisement Data, this can be further truncated. */ uint32_t ble_advdata_set(const ble_advdata_t * p_advdata, const ble_advdata_t * p_srdata);