drivers/nble: Increase buffer size to 384 bytes

This is the MTU supported by the firmware and is necessary in order to
register bigger services such as vendor specific in the peripheral
sample.

Change-Id: I24b2f9e983d8e2da22d41a40f538f0daf7d526d0
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
Luiz Augusto von Dentz 2016-02-03 13:42:37 +02:00 committed by Anas Nashif
commit 2d220fdcf7

View file

@ -33,7 +33,7 @@
/* TODO: check size */
#define NBLE_IPC_COUNT 2
#define NBLE_BUF_SIZE 100
#define NBLE_BUF_SIZE 384
static struct nano_fifo rx;
static NET_BUF_POOL(rx_pool, NBLE_IPC_COUNT, NBLE_BUF_SIZE, &rx, NULL, 0);