white space diffs.

This commit is contained in:
Rohit Grover 2015-05-26 11:34:34 +01:00
parent 846f25433d
commit c852d13470
1 changed files with 2 additions and 2 deletions

View File

@ -94,14 +94,14 @@ private:
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;
}