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/bluenrg-hci/hci/hci.c
- Revision:
- 163:4c008b1089e9
- Parent:
- 162:667f97a4db7f
- Child:
- 164:51bba7d36eb4
diff -r 667f97a4db7f -r 4c008b1089e9 source/bluenrg-hci/hci/hci.c --- 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)