X_NUCLEO_IDB0XA1

Dependents:   BLE_HeartRate_IDB0XA1

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
163:4c008b1089e9
Parent:
162:667f97a4db7f
Child:
164:51bba7d36eb4
--- a/source/bluenrg-hci/hci/hci.c	Fri Oct 30 09:08:25 2015 +0100
+++ b/source/bluenrg-hci/hci/hci.c	Fri Oct 30 10:26:15 2015 +0100
@@ -32,7 +32,7 @@
 
 #define HCI_LOG_ON 0
 
-#define HCI_READ_PACKET_NUM_MAX 		 (15)
+#define HCI_READ_PACKET_NUM_MAX 		 (50)
 
 #define MIN(a,b)            ((a) < (b) )? (a) : (b)
 #define MAX(a,b)            ((a) > (b) )? (a) : (b)