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:
parent
9e79aa6f9d
commit
2d220fdcf7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue