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: source/nRF5xGattClient.h
- Revision:
- 547:8550af084edc
- Parent:
- 545:d834e6591aee
- Child:
- 548:920e941cbe1e
--- a/source/nRF5xGattClient.h Mon Jan 11 10:19:05 2016 +0000 +++ b/source/nRF5xGattClient.h Mon Jan 11 10:19:05 2016 +0000 @@ -120,13 +120,13 @@ * @brief Implementation of GattClient::isCharacteristicDiscoveryActive * @see GattClient::isCharacteristicDiscoveryActive */ - virtual bool isCharacteristicDiscoveryActive(const DiscoveredCharacteristic& characteristic) const; + virtual bool isCharacteristicDescriptorsDiscoveryActive(const DiscoveredCharacteristic& characteristic) const; /** * @brief Implementation of GattClient::terminateCharacteristicDiscovery * @see GattClient::terminateCharacteristicDiscovery */ - virtual void terminateCharacteristicDiscovery(const DiscoveredCharacteristic& characteristic); + virtual void terminateCharacteristicDescriptorsDiscovery(const DiscoveredCharacteristic& characteristic); virtual ble_error_t read(Gap::Handle_t connHandle, GattAttribute::Handle_t attributeHandle, uint16_t offset) const { uint32_t rc = sd_ble_gattc_read(connHandle, attributeHandle, offset);