fill in APIs around setScanningParams

This commit is contained in:
Rohit Grover 2015-04-24 15:01:12 +01:00
parent c607797150
commit 9f9e3b872d

View file

@ -863,7 +863,6 @@ BLEDevice::stopScanning(void) {
return transport->getGap().stopScanning();
}
inline ble_error_t
BLEDevice::disconnect(Gap::DisconnectionReason_t reason)
{