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

Commit 07961d04 authored by William Escande's avatar William Escande Committed by Android (Google) Code Review
Browse files

Revert "Handle AVDT_SCB_HDL_TC_CLOSE in avdt_scb idle state"

This reverts commit 0480ff3d.

Reason for revert: b/267716052  The AOSP CL got reverted too

Bug: 267716052
Change-Id: Ifa79d22eb5266bb15d91868fe6ecd7371492d8c7
Test: manual
Ignore-AOSP-First: Already reverted on AOSP
parent 0480ff3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -228,7 +228,7 @@ const uint8_t avdt_scb_st_idle[][AVDT_SCB_NUM_COLS] = {
    /* TC_DATA_EVT */
    {AVDT_SCB_DROP_PKT, AVDT_SCB_IGNORE, AVDT_SCB_IDLE_ST},
    /* CC_CLOSE_EVT */
    {AVDT_SCB_HDL_TC_CLOSE, AVDT_SCB_CLR_VARS, AVDT_SCB_IDLE_ST}};
    {AVDT_SCB_CLR_VARS, AVDT_SCB_IGNORE, AVDT_SCB_IDLE_ST}};

/* state table for configured state */
const uint8_t avdt_scb_st_conf[][AVDT_SCB_NUM_COLS] = {