EJEMPLO NRF5X

Fork of BLE_Driver by TESIS SATUROMETRICA

Revision:
1:ed0c2ae35bc2
Parent:
0:9b6cb48c1cc3
diff -r 9b6cb48c1cc3 -r ed0c2ae35bc2 BLE_Driver.cpp
--- a/BLE_Driver.cpp	Mon Aug 22 01:00:45 2016 +0000
+++ b/BLE_Driver.cpp	Wed Mar 29 02:16:21 2017 +0000
@@ -47,6 +47,6 @@
     ble.accumulateAdvertisingPayload(GapAdvertisingData::COMPLETE_LIST_128BIT_SERVICE_IDS,
                                      (const uint8_t *)UARTServiceUUID_reversed, sizeof(UARTServiceUUID_reversed));
 
-    ble.setAdvertisingInterval(160); /* 100ms; in multiples of 0.625ms. */
+    ble.setAdvertisingInterval(1000); /* 100ms; in multiples of 0.625ms. */
     ble.startAdvertising();
     }
\ No newline at end of file