test pubblication

Dependencies:   BLE_API X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Files at this revision

API Documentation at this revision

Comitter:
vittoleandro
Date:
Wed Nov 25 15:14:48 2015 +0000
Parent:
5:9cbe05641210
Commit message:
test

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 9cbe05641210 -r 3231ebaf9065 main.cpp
--- a/main.cpp	Fri Nov 20 16:25:37 2015 +0000
+++ b/main.cpp	Wed Nov 25 15:14:48 2015 +0000
@@ -25,7 +25,8 @@
 
 const static char     DEVICE_NAME[]        = "HRM1";
 static const uint16_t uuid16_list[]        = {GattService::UUID_HEART_RATE_SERVICE,
-                                              GattService::UUID_DEVICE_INFORMATION_SERVICE};
+        GattService::UUID_DEVICE_INFORMATION_SERVICE
+                                             };
 static volatile bool  triggerSensorPolling = false;
 
 void disconnectionCallback(const Gap::DisconnectionCallbackParams_t *params)