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.
Dependents: Peripheral_1_serial_copy Peripheral_1_serial 151006_1st_Scenario_normal
Fork of BLE_API by
Diff: public/ServiceDiscovery.h
- Revision:
- 476:122bcbdadb56
- Parent:
- 474:2a8a453ecd7e
- Child:
- 478:230cd5e207ba
--- a/public/ServiceDiscovery.h Fri Jun 19 15:52:00 2015 +0100 +++ b/public/ServiceDiscovery.h Fri Jun 19 15:52:00 2015 +0100 @@ -26,7 +26,7 @@ class ServiceDiscovery { public: typedef void (*ServiceCallback_t)(const DiscoveredService &); - typedef void (*CharacteristicCallback_t)(const DiscoveredCharacteristic &); + typedef void (*CharacteristicCallback_t)(const DiscoveredCharacteristic *); typedef void (*TerminationCallback_t)(Gap::Handle_t connectionHandle); public: