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

Commit c6ba8a70 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "leaudio: Make LE Connection Interval a multiple of SDU_Interval" am: 80dc018e am: 25e3f40b am: c8ba28ba

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

Change-Id: Ie91e80cea945c5be8378dba44b3fe5a5a3786b7c
parents bfc0c2b8 c8ba28ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -544,7 +544,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 = 0x0028;
    uint16_t conn_interval_max = 0x0030;
    uint16_t conn_latency = 0x0000;
    uint16_t supervision_timeout = 0x001f4;
    ASSERT(check_connection_parameters(conn_interval_min, conn_interval_max, conn_latency, supervision_timeout));