Reworked BLE according to v0.12 of the KTag Beacon Specification #5

Merged
Joe merged 15 commits from BLE_Protocol_v0.12 into main 2025-09-01 17:44:10 +00:00
Showing only changes of commit e0e7fdf1ae - Show all commits

View file

@ -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];