Minor temporary patch to allow DFU packet callback

Fork of BLE_API by Bluetooth Low Energy

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);