This is a basic code to be used for Sequana BLE Lab exercises.

Revision:
3:6f1e1510dd3e
Parent:
2:06e62a299a74
Child:
4:44690f4495ef
--- a/source/main.cpp	Thu Mar 14 13:25:02 2019 +0000
+++ b/source/main.cpp	Mon Mar 18 11:17:10 2019 +0000
@@ -30,6 +30,7 @@
 
 using namespace sequana;
 
+/* Advertised device name, max length is 8 characters */
 const static char     DEVICE_NAME[] = "ChangeMe";
 
 static sequana::PrimaryService *sequana_service_ptr;