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

Commit 473d7d10 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8783712 from a9514704 to tm-d1-release

Change-Id: Iffdbe3b9cda863e566e79bc2a355cd85e1868637
parents ee7df462 a9514704
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));