with 2 advertisers

Dependencies:   ADXL345_nRF51 BLE_API advertiser_data mbed nRF51822

Fork of BLE_GAP_Acceleration_Observer by Ames HCI IoT

Revision:
13:7816784106fe
Parent:
11:8bfc379ad93f
Child:
14:3bde71241a53
--- a/main.cpp	Fri Jul 24 19:14:12 2015 +0000
+++ b/main.cpp	Fri Jul 24 19:31:59 2015 +0000
@@ -76,7 +76,7 @@
 void advertisementCallback(const Gap::AdvertisementCallbackParams_t *params)
 {
 #ifdef DEBUG
-    pc.printf("Found device...\n\r");
+    //pc.printf("Found device...\n\r");
 #endif
     if (params->peerAddr[5] == 0xe5 && params->peerAddr[4] == 0x4f) {
 #ifdef DEBUG