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

Commit 132a0e46 authored by Aritra Sen's avatar Aritra Sen Committed by Gerrit Code Review
Browse files

Revert "Handle AVDT_SCB_HDL_TC_CLOSE in avdt_scb idle state"

This reverts commit a66bb86d.

Reason for revert: b/267716052

Change-Id: I38051420e7fc2c0b586a37136a53b22926fc4107
parent a66bb86d
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] = {