mirror of https://github.com/ARMmbed/mbed-os.git
missing virtual
parent
1bf5826cdc
commit
ed10543093
|
@ -52,7 +52,7 @@ public:
|
||||||
*
|
*
|
||||||
* @param event Advertising report @see AdvertisingReportEvent_t for details.
|
* @param event Advertising report @see AdvertisingReportEvent_t for details.
|
||||||
*/
|
*/
|
||||||
void onAdvertisingReport(const AdvertisingReportEvent &event) { }
|
virtual void onAdvertisingReport(const AdvertisingReportEvent &event) { }
|
||||||
|
|
||||||
/** Called when scan times out.
|
/** Called when scan times out.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue