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

Commit 706f88c2 authored by Andre Eisenbach's avatar Andre Eisenbach Committed by Android Git Automerger
Browse files

am 3970c0da: Fix Bluedroid rebase error

* commit '3970c0da':
  Fix Bluedroid rebase error
parents e7f065bc 3970c0da
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])
        {