Basic message sending over an ad hoc ble network

Fork of mbed-os-example-ble-LEDBlinker by mbed-os-examples

Files at this revision

API Documentation at this revision

Comitter:
wijtse
Date:
Tue Dec 12 10:59:54 2017 +0000
Parent:
52:ce5ae9dd8745
Commit message:
reverted to start adv on disconnect

Changed in this revision

source/main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r ce5ae9dd8745 -r 520683d4f1d2 source/main.cpp
--- a/source/main.cpp	Tue Dec 12 10:53:20 2017 +0000
+++ b/source/main.cpp	Tue Dec 12 10:59:54 2017 +0000
@@ -206,7 +206,7 @@
 
         printf("NUMBER after change %d\n\r",NUMBER);
         printf("counter after change %d\n\r",COUNTER);     
-        ble.gap().startAdvertising();
+        
     }
 }