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

Commit 3cfad089 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Gerrit Code Review
Browse files

Merge "Fix bad GATT client state machine state after successfull cache load"

parents 7578a294 7edc5b5c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -710,6 +710,7 @@ void bta_gattc_conn(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data)
            {
                p_clcb->p_srcb->state = BTA_GATTC_SERV_LOAD;
                if (bta_gattc_cache_load(p_clcb)) {
                    p_clcb->p_srcb->state = BTA_GATTC_SERV_IDLE;
                    bta_gattc_reset_discover_st(p_clcb->p_srcb, BTA_GATT_OK);
                } else {
                    p_clcb->p_srcb->state = BTA_GATTC_SERV_DISC;