get rid of some stuff from a bad rebase
This commit is contained in:
parent
f89fcb3ec2
commit
564c53db53
1 changed files with 0 additions and 10 deletions
|
@ -853,16 +853,6 @@ BLEDevice::stopScan(void) {
|
|||
return transport->getGap().stopScan();
|
||||
}
|
||||
|
||||
inline ble_error_t
|
||||
BLEDevice::startScanning(Gap::AdvertisementReportCallback_t callback) {
|
||||
return transport->getGap().startScanning(scanningParams, callback);
|
||||
}
|
||||
|
||||
inline ble_error_t
|
||||
BLEDevice::stopScanning(void) {
|
||||
return transport->getGap().stopScanning();
|
||||
}
|
||||
|
||||
inline ble_error_t
|
||||
BLEDevice::disconnect(Gap::DisconnectionReason_t reason)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue