X_NUCLEO_IDB0XA1

Dependents:   BLE_HeartRate_IDB0XA1

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
165:3576598c0889
Parent:
164:51bba7d36eb4
Child:
229:9981f62cdb1a
--- a/source/bluenrg-hci/hci/hci.c	Fri Oct 30 14:08:52 2015 +0100
+++ b/source/bluenrg-hci/hci/hci.c	Fri Oct 30 16:46:25 2015 +0100
@@ -32,7 +32,7 @@
 
 #define HCI_LOG_ON 0
 
-#define HCI_READ_PACKET_NUM_MAX 		 (0x20)
+#define HCI_READ_PACKET_NUM_MAX 		 (0x40)
 
 #define MIN(a,b)            ((a) < (b) )? (a) : (b)
 #define MAX(a,b)            ((a) > (b) )? (a) : (b)