SunTracker_BLE_Remote

Dependencies:   BLE_API X_NUCLEO_IDB0XA1 X_NUCLEO_IKS01A1 mbed

Fork of SunTracker_BLE_Remote by ST Expansion SW Team

This application is the BLE Remote Control for the SunTracker demo application that you can find here.
Please refer to that page for further information.

Revision:
6:ce0e5024e3fa
Parent:
5:5e62f661a7ab
Child:
7:eb2215fe86b2
--- a/main.cpp	Mon Mar 21 10:19:21 2016 +0000
+++ b/main.cpp	Tue Apr 12 09:23:43 2016 +0000
@@ -127,7 +127,7 @@
 {    
     if (params->peerAddr[0] != BLE_peer_address_BE[0]) // return if miss the server MAC address
     { 
-        printf("Missing Expected MAC Address");
+        printf("Missing Expected MAC Address\n\r");
         return; // exit from advertisementCallback
     }
     
@@ -355,7 +355,7 @@
         //if (!ble.gattClient().isServiceDiscoveryActive())
         if (trigger_Op!=IDLE) // Wait until discoveryTerminationCallback
         {   
-        
+            
             // At present ARM BLE_API don't support Enable/Disable Notify from Client
             //userbutton_bleCharacteristic.notify(); 
             //difference_bleCharacteristic.notify();