mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Fix return value of GenericGap::manageConnectionParametersUpdateRequest.
parent
586aea553b
commit
0c2efc4dd9
|
|
@ -651,6 +651,7 @@ ble_error_t GenericGap::connect(
|
|||
|
||||
ble_error_t GenericGap::manageConnectionParametersUpdateRequest(bool flag) {
|
||||
_user_manage_connection_parameter_requests = flag;
|
||||
return BLE_ERROR_NONE;
|
||||
}
|
||||
|
||||
ble_error_t GenericGap::updateConnectionParameters(
|
||||
|
|
|
|||
Loading…
Reference in New Issue