[][src]Function openthread_sys::otPlatBleGapConnParamsSet

pub unsafe extern "C" fn otPlatBleGapConnParamsSet(
    aInstance: *mut otInstance,
    aConnParams: *const otPlatBleGapConnParams
) -> otError

Sets desired BLE Connection Parameters.

@param[in] aInstance The OpenThread instance structure. @param[in] aConnParams A pointer to connection parameters structure.

@retval ::OT_ERROR_NONE Connection parameters have been successfully set. @retval ::OT_ERROR_INVALID_ARGS Invalid connection parameters have been supplied.