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:
- 223:36df860f7ffc
- Parent:
- 221:7896e6d8b652
- Child:
- 227:624ae7aa567d
--- a/source/platform/btle.cpp Wed Apr 06 18:06:07 2016 +0200 +++ b/source/platform/btle.cpp Fri Apr 08 17:42:38 2016 +0200 @@ -72,8 +72,8 @@ #define IDB04A1 0 #define IDB05A1 1 -// Mode 0x03 allows a central to advertise while a connection is ongoing -#define STACK_MODE (0x03) +// Stack Mode 0x04 allows Simultaneous Scanning and Advertisement (SSAdv) +#define STACK_MODE (0x04) void HCI_Input(tHciDataPacket * hciReadPacket);