#include <LGATTSUart.h> #include <LGATTSABC.h> LGATTSUart uart; LGATTUT abc; void setup() { // Insert your setup code here to run it once: LGATTServer.begin(g_gatts_uuid, 2, &uart, &abc); } void loop() { // Insert your main code here to run it repeatedly: delay(1000); LGATTServer.handleEvents(); }