BLE_API wrapper library for STMicroelectronics' BlueNRG Bluetooth Low Energy expansion board shield

Fork of X_NUCLEO_IDB0XA1 by ST Expansion SW Team

Revision:
225:31b976a40f43
Parent:
221:a0d2544b38cd
Child:
232:f2a7da5d24e1
--- a/source/platform/btle.cpp	Thu May 26 15:34:04 2016 +0200
+++ b/source/platform/btle.cpp	Thu Jun 09 17:15:02 2016 +0200
@@ -268,7 +268,7 @@
                                                 scan_window,
                                                 scan_type,
                                                 own_address_type,
-                                                1); // 1 to filter duplicates
+                                                0); // 1 to filter duplicates
   } else {
       ret = BLE_STATUS_INVALID_CID;
   }