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.
Diff: source/platform/btle.cpp
- Revision:
- 235:31b976a40f43
- Parent:
- 231:a0d2544b38cd
- Child:
- 241:c13c2e31316d
--- 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; }