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

Commit e232de17 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "HOGP: Clear pending operations for a given device on connect" into nyc-dev

parents 53f35aa9 43461f4f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1295,6 +1295,8 @@ void bta_hh_gatt_open(tBTA_HH_DEV_CB *p_cb, tBTA_HH_DATA *p_buf)

        bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_IDX(p_cb->hid_handle)] = p_cb->index;

        gatt_op_queue_clean(p_cb->conn_id);

#if BTA_HH_DEBUG == TRUE
        APPL_TRACE_DEBUG("hid_handle = %2x conn_id = %04x cb_index = %d", p_cb->hid_handle, p_cb->conn_id, p_cb->index);
#endif