Home | History | Annotate | Download | only in avdt

Lines Matching defs:state_table

527     tAVDT_SCB_ST_TBL    state_table;
540 state_table = avdt_scb_st_tbl[p_scb->state];
543 if (p_scb->state != state_table[event][AVDT_SCB_NEXT_STATE]) {
544 BTTRC_AVDT_SCB_STATE(state_table[event][AVDT_SCB_NEXT_STATE]);
545 p_scb->state = state_table[event][AVDT_SCB_NEXT_STATE];
551 if ((action = state_table[event][i]) != AVDT_SCB_IGNORE)