20200716 read Status Register each second

Dependencies:   SDFileSystem mbed-os-example-ble-GattServer max32630fthr

Revision:
21:51e162c130a9
Parent:
0:c671a4833315
--- a/BLEProcess.h	Fri Dec 14 13:15:33 2018 +0000
+++ b/BLEProcess.h	Thu Jul 16 14:59:04 2020 +0000
@@ -149,6 +149,7 @@
     void when_connection(const Gap::ConnectionCallbackParams_t *connection_event)
     {
         printf("Connected.\r\n");
+        //send MAX30001 Start Commands
     }
 
     void when_disconnection(const Gap::DisconnectionCallbackParams_t *event)
@@ -170,7 +171,7 @@
 
     static GapAdvertisingData make_advertising_data(void)
     {
-        static const uint8_t device_name[] = "GattServer";
+        static const uint8_t device_name[] = "TCARE-ECG";
         GapAdvertisingData advertising_data;
 
         // add advertising flags