mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Fix GattClient destructor by adding a virtual specifier.
parent
6a46b9c0a7
commit
c58d7de93d
|
|
@ -80,6 +80,9 @@ public:
|
||||||
* The following functions are meant to be overridden in the platform-specific sub-class.
|
* The following functions are meant to be overridden in the platform-specific sub-class.
|
||||||
*/
|
*/
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
virtual ~GattClient() { }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Launch service discovery. Once launched, application callbacks will be
|
* Launch service discovery. Once launched, application callbacks will be
|
||||||
* invoked for matching services or characteristics. isServiceDiscoveryActive()
|
* invoked for matching services or characteristics. isServiceDiscoveryActive()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue