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: nRF51DiscoveredCharacteristic.cpp
- Revision:
- 339:e5e2157e8b44
- Parent:
- 333:8eedcd324853
diff -r b5ea3c879e6e -r e5e2157e8b44 nRF51DiscoveredCharacteristic.cpp --- a/nRF51DiscoveredCharacteristic.cpp Fri Jun 19 15:55:33 2015 +0100 +++ b/nRF51DiscoveredCharacteristic.cpp Fri Jun 19 15:55:33 2015 +0100 @@ -14,12 +14,12 @@ * limitations under the License. */ -#include "nRFDiscoveredCharacteristic.h" +#include "nRF51DiscoveredCharacteristic.h" #include "nRF51GattClient.h" #include "ble_gatt.h" void -nRFDiscoveredCharacteristic::setup(nRF51GattClient *gattcIn, +nRF51DiscoveredCharacteristic::setup(nRF51GattClient *gattcIn, Gap::Handle_t connectionHandleIn, ble_gatt_char_props_t propsIn, GattAttribute::Handle_t declHandleIn, @@ -40,7 +40,7 @@ } void -nRFDiscoveredCharacteristic::setup(nRF51GattClient *gattcIn, +nRF51DiscoveredCharacteristic::setup(nRF51GattClient *gattcIn, Gap::Handle_t connectionHandleIn, UUID::ShortUUIDBytes_t uuidIn, ble_gatt_char_props_t propsIn,