white space diffs.

master
Rohit Grover 2015-05-06 14:32:41 +01:00 committed by Rohit Grover
parent 53f022f172
commit 9e043b07f1
2 changed files with 5 additions and 2 deletions

View File

@ -55,7 +55,10 @@ ServiceDiscovery::terminate(void)
}
ble_error_t
NordicServiceDiscovery::launchCharacteristicDiscovery(Gap::Handle_t connectionHandle, Gap::Handle_t startHandle, Gap::Handle_t endHandle) {
NordicServiceDiscovery::launchCharacteristicDiscovery(Gap::Handle_t connectionHandle,
Gap::Handle_t startHandle,
Gap::Handle_t endHandle)
{
discoverySingleton.characteristicDiscoveryStarted(connectionHandle);
ble_gattc_handle_range_t handleRange = {

View File

@ -34,7 +34,7 @@ struct DiscoveredService {
endHandle = end;
}
ShortUUIDBytes_t uuid; /**< UUID of the service. */
ShortUUIDBytes_t uuid; /**< UUID of the service. */
Gap::Handle_t startHandle; /**< Service Handle Range. */
Gap::Handle_t endHandle; /**< Service Handle Range. */
};