diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/CordioPalGap.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/CordioPalGap.h index cc6cdce54b..38a482bd74 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/CordioPalGap.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/CordioPalGap.h @@ -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; }