white space diffs.
This commit is contained in:
parent
2963968e00
commit
4c1feadcc5
1 changed files with 2 additions and 2 deletions
|
@ -334,9 +334,9 @@ public:
|
|||
* a connection event.
|
||||
*/
|
||||
ble_error_t connect(const Gap::Address_t peerAddr,
|
||||
Gap::AddressType_t peerAddrType = Gap::ADDR_TYPE_RANDOM_STATIC,
|
||||
Gap::AddressType_t peerAddrType = Gap::ADDR_TYPE_RANDOM_STATIC,
|
||||
const Gap::ConnectionParams_t *connectionParams = NULL,
|
||||
const GapScanningParams *scanParams = NULL);
|
||||
const GapScanningParams *scanParams = NULL);
|
||||
|
||||
/**
|
||||
* This call initiates the disconnection procedure, and its completion will
|
||||
|
|
Loading…
Reference in a new issue