None

Dependencies:   nrf51-sdk

Dependents:   microbit-dal

Fork of nRF51822 by Lancaster University

Revision:
291:d7590ed48009
Parent:
290:83c994bf62d0
Child:
292:01b717803437
--- a/btle/btle_discovery.h	Fri Jun 19 15:55:27 2015 +0100
+++ b/btle/btle_discovery.h	Fri Jun 19 15:55:27 2015 +0100
@@ -94,14 +94,14 @@
 
 public:
     void serviceDiscoveryStarted(Gap::Handle_t connectionHandle) {
-        connHandle       = connectionHandle;
+        connHandle = connectionHandle;
         resetDiscoveredServices();
         state = SERVICE_DISCOVERY_ACTIVE;
     }
 
 private:
     void characteristicDiscoveryStarted(Gap::Handle_t connectionHandle) {
-        connHandle       = connectionHandle;
+        connHandle = connectionHandle;
         resetDiscoveredCharacteristics();
         state = CHARACTERISTIC_DISCOVERY_ACTIVE;
     }