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

Commit 5cf387d7 authored by Henri Chataing's avatar Henri Chataing
Browse files

[ALPS08285072] Fix NE issue

Add logs to check NE issue

Bug: 328847164
Fix: 328847164
Test: m com.android.btservices
Flag: EXEMPT, log change
Change-Id: If40febec25af5fed027095713cae6e27d3291c8e
parent 473c1195
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -179,6 +179,7 @@ static void btif_gattc_upstreams_evt(uint16_t event, char* p_param) {
    }

    case BTA_GATTC_CLOSE_EVT: {
      log::debug("BTA_GATTC_CLOSE_EVT {}", p_data->close.remote_bda);
      HAL_CBACK(bt_gatt_callbacks, client->close_cb, p_data->close.conn_id,
                p_data->close.status, p_data->close.client_if,
                p_data->close.remote_bda);