test

Dependents:   BLE_HeartRate_IDB0XA1_EPUDEE_Avril2018

Fork of X_NUCLEO_IDB0XA1 by ST

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