Revert set_privacy() in Cordio GAP PAL impl

pull/6932/head
Donatien Garnier 2018-05-13 20:37:14 +01:00
parent 1a623e6670
commit 2509a88d58
1 changed files with 0 additions and 5 deletions

View File

@ -311,11 +311,6 @@ public:
virtual ble_error_t set_privacy(
bool enable
) {
if(enable) {
DmDevPrivStart(15 * 60); // Use 15 minutes renewal timer as mandated by the BLE Spec
} else {
DmDevPrivStop();
}
return BLE_ERROR_NONE;
}