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.
Fork of X_NUCLEO_IDB0XA1 by
Diff: source/bluenrg-hci/hci/hci.c
- 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)