white space diffs.
This commit is contained in:
parent
6a7c543d86
commit
d9283d5868
1 changed files with 0 additions and 2 deletions
|
@ -824,7 +824,6 @@ BLEDevice::setScanInterval(uint16_t interval) {
|
|||
|
||||
inline ble_error_t
|
||||
BLEDevice::setScanWindow(uint16_t window) {
|
||||
|
||||
return scanningParams.setWindow(window);
|
||||
}
|
||||
|
||||
|
@ -854,7 +853,6 @@ BLEDevice::stopScan(void) {
|
|||
return transport->getGap().stopScan();
|
||||
}
|
||||
|
||||
|
||||
inline ble_error_t
|
||||
BLEDevice::disconnect(Gap::DisconnectionReason_t reason)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue