mirror of https://github.com/ARMmbed/mbed-os.git
Revert set_privacy() in Cordio GAP PAL impl
parent
1a623e6670
commit
2509a88d58
|
@ -311,11 +311,6 @@ public:
|
||||||
virtual ble_error_t set_privacy(
|
virtual ble_error_t set_privacy(
|
||||||
bool enable
|
bool enable
|
||||||
) {
|
) {
|
||||||
if(enable) {
|
|
||||||
DmDevPrivStart(15 * 60); // Use 15 minutes renewal timer as mandated by the BLE Spec
|
|
||||||
} else {
|
|
||||||
DmDevPrivStop();
|
|
||||||
}
|
|
||||||
return BLE_ERROR_NONE;
|
return BLE_ERROR_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue