Home | History | Annotate | Download | only in ag

Lines Matching refs:state_table

808     tBTA_AG_ST_TBL      state_table;
837 state_table = bta_ag_st_tbl[p_scb->state];
840 p_scb->state = state_table[event][BTA_AG_NEXT_STATE];
845 if ((action = state_table[event][i]) != BTA_AG_IGNORE)