ble nano hid over gatt

Dependencies:   BLE_API mbed-dev nRF51822

Revision:
50:c1382a0ff066
Parent:
48:d6938de02f62
Child:
54:899fc2b0a76b
--- a/HIDController_BLE.cpp	Mon Aug 29 14:17:12 2016 +0000
+++ b/HIDController_BLE.cpp	Mon Aug 29 14:55:23 2016 +0000
@@ -96,7 +96,7 @@
     /**< Maximum Connection Interval in 1.25 ms units, see BLE_GAP_CP_LIMITS.*/
     uint16_t maxConnectionInterval = Gap::MSEC_TO_GAP_DURATION_UNITS(40);
     /**< Slave Latency in number of connection events, see BLE_GAP_CP_LIMITS.*/
-    uint16_t slaveLatency = 4;
+    uint16_t slaveLatency = 10;
     /**< Connection Supervision Timeout in 10 ms units, see BLE_GAP_CP_LIMITS.*/ 
     uint16_t connectionSupervisionTimeout = 32 * 100;
     Gap::ConnectionParams_t connectionParams = {