ble nano hid over gatt

Dependencies:   BLE_API mbed-dev nRF51822

Revision:
62:51a4d49e5ae0
Parent:
61:17e9a3afc4f4
Child:
65:391ce51e37cc
--- a/HIDController_BLE.cpp	Thu Sep 01 13:30:49 2016 +0000
+++ b/HIDController_BLE.cpp	Thu Sep 01 15:02:31 2016 +0000
@@ -110,7 +110,7 @@
     /**< Slave Latency in number of connection events, see BLE_GAP_CP_LIMITS.*/
     uint16_t slaveLatency = 4;
     /**< Connection Supervision Timeout in 10 ms units, see BLE_GAP_CP_LIMITS.*/ 
-    uint16_t connectionSupervisionTimeout = 6 * 100;
+    uint16_t connectionSupervisionTimeout = 32 * 100;
     Gap::ConnectionParams_t connectionParams = {
     	minConnectionInterval,
     	maxConnectionInterval,