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:
- 139:3a75965fd389
- Parent:
- 138:32e3c4ca7a45
- Child:
- 140:0cd922dca83c
--- a/source/platform/btle.cpp Thu Oct 08 07:29:43 2015 +0200 +++ b/source/platform/btle.cpp Thu Oct 08 08:47:20 2015 +0200 @@ -368,7 +368,7 @@ role = Gap::PERIPHERAL; break; default: - role = Gap::CENTRAL; + role = Gap::PERIPHERAL; break; } //PRINTF("EVT_LE_CONN_COMPLETE GAP role=%d\n", role);