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: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more
Diff: public/BLEDevice.h
- Revision:
- 385:6e66d1c6de00
- Parent:
- 384:48412313df56
- Child:
- 387:7faa54079669
--- a/public/BLEDevice.h Wed May 13 08:51:07 2015 +0100 +++ b/public/BLEDevice.h Wed May 13 08:51:08 2015 +0100 @@ -761,6 +761,11 @@ } inline ble_error_t +BLEDevice::startScanning(Gap::AdvertisementReportCallback_t callback) { + return transport->getGap().startScanning(scanningParams, callback); +} + +inline ble_error_t BLEDevice::disconnect(Gap::DisconnectionReason_t reason) { return transport->getGap().disconnect(reason);