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

Commit 586de13f authored by Ugo Yu's avatar Ugo Yu Committed by Automerger Merge Worker
Browse files

Handle AVDT_SCB_HDL_TC_CLOSE in avdt_scb idle state am: 0480ff3d

parents 9638e17d 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_CLR_VARS, AVDT_SCB_IGNORE, AVDT_SCB_IDLE_ST}};
    {AVDT_SCB_HDL_TC_CLOSE, AVDT_SCB_CLR_VARS, AVDT_SCB_IDLE_ST}};

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