Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 149eff6d authored by Jack He's avatar Jack He Committed by Automerger Merge Worker
Browse files

Merge "Revert "leaudio: Make LE Connection Interval a multiple of...

Merge "Revert "leaudio: Make LE Connection Interval a multiple of SDU_Interval"" am: 35425c92 am: 55272a17 am: 324fad17

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2137945



Change-Id: I0d27e497f8e6b63614f3074dc7392294794968c3
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 85859734 324fad17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -669,7 +669,7 @@ struct le_impl : public bluetooth::hci::LeAddressManagerCallback {
    OwnAddressType own_address_type =
        static_cast<OwnAddressType>(le_address_manager_->GetCurrentAddress().GetAddressType());
    uint16_t conn_interval_min = 0x0018;
    uint16_t conn_interval_max = 0x0030;
    uint16_t conn_interval_max = 0x0028;
    uint16_t conn_latency = 0x0000;
    uint16_t supervision_timeout = 0x001f4;
    ASSERT(check_connection_parameters(conn_interval_min, conn_interval_max, conn_latency, supervision_timeout));