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

Commit 7246ce16 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Re-log bta/gatt/bta_gattc_act am: 36453ef0

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1455841

Change-Id: I596487e28c904ade6214823ead4c95b0ac3a1a01
parents 1f6e98fa 36453ef0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1025,12 +1025,12 @@ static void bta_gattc_conn_cback(tGATT_IF gattc_if, const RawAddress& bdaddr,
                                 tGATT_DISCONN_REASON reason,
                                 tBT_TRANSPORT transport) {
  if (connected) {
    LOG_INFO("Connected transport:%s reason:%s",
    LOG_INFO("Connected att_id:%hhu transport:%s reason:%s", gattc_if,
             BtTransportText(transport).c_str(),
             hci_error_code_text(reason).c_str());
    btif_debug_conn_state(bdaddr, BTIF_DEBUG_CONNECTED, GATT_CONN_UNKNOWN);
  } else {
    LOG_INFO("Disconnected transport:%s reason:%s",
    LOG_INFO("Disconnected att_id:%hhu transport:%s reason:%s", gattc_if,
             BtTransportText(transport).c_str(),
             hci_error_code_text(reason).c_str());
    btif_debug_conn_state(bdaddr, BTIF_DEBUG_DISCONNECTED, reason);