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

Commit 6f0c8b30 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

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

am: e232de17

Change-Id: I1565542c0f9fd29b97d7235a799e3df27e8c8c41
parents b8c15db4 e232de17
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