diff --git a/BLE/BLE_Packets.c b/BLE/BLE_Packets.c index e2d4d11..c44fc62 100644 --- a/BLE/BLE_Packets.c +++ b/BLE/BLE_Packets.c @@ -24,7 +24,7 @@ #include "SystemK.h" -#define N_PACKET_BUFFERS 10 +#define N_PACKET_BUFFERS 20 static BLE_Packet_T Packet_Buffers[N_PACKET_BUFFERS]; static BLE_AdvertisingData_T Advertising_Data; static uint8_t my_BD_ADDR[6];