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

Commit fe5f5aad authored by Sunny Kapdi's avatar Sunny Kapdi Committed by android-build-merger
Browse files

Merge "AE: Set secondary adv max skip to zero" am: f0ea0eef

am: 58f6bc25

Change-Id: Ie7f516abf4a778b4e288ef5ab069b9a64fa0ca50
parents ab719ea4 58f6bc25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -628,7 +628,7 @@ class BleAdvertisingManagerImpl
        p_params->adv_int_min, p_params->adv_int_max, p_params->channel_map,
        p_inst->own_address_type, p_inst->own_address, 0x00, peer_address,
        p_params->adv_filter_policy, p_inst->tx_power,
        p_params->primary_advertising_phy, 0x01,
        p_params->primary_advertising_phy, 0x00,
        p_params->secondary_advertising_phy, 0x01 /* TODO: proper SID */,
        p_params->scan_request_notification_enable, cb);