Increased N_PACKET_BUFFERS from 10 to 20.
This commit is contained in:
parent
6a3f12819c
commit
e0e7fdf1ae
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
#include "SystemK.h"
|
#include "SystemK.h"
|
||||||
|
|
||||||
|
|
||||||
#define N_PACKET_BUFFERS 10
|
#define N_PACKET_BUFFERS 20
|
||||||
static BLE_Packet_T Packet_Buffers[N_PACKET_BUFFERS];
|
static BLE_Packet_T Packet_Buffers[N_PACKET_BUFFERS];
|
||||||
static BLE_AdvertisingData_T Advertising_Data;
|
static BLE_AdvertisingData_T Advertising_Data;
|
||||||
static uint8_t my_BD_ADDR[6];
|
static uint8_t my_BD_ADDR[6];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue