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

Commit 3970c0da authored by Andre Eisenbach's avatar Andre Eisenbach
Browse files

Fix Bluedroid rebase error

Change-Id: I80a2f3767acaee6095389bb9579aad4241d7c42f
parent 06fa7a98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -450,7 +450,7 @@ void btif_gattc_clear_clientif(int client_if)
        return;

    // Clear both the inst_id and client_if values
    for (i=0; i <  BTM_BleMaxMultiAdvInstanceCount(); i+=2)
    for (int i=0; i <  BTM_BleMaxMultiAdvInstanceCount(); i+=2)
    {
        if (client_if == p_multi_adv_data_cb->clntif_map[i])
        {