Lines Matching full:state
114 /* state machine action enumeration list */
164 /* state table information */
166 #define BTA_DM_SEARCH_NEXT_STATE 2 /* position of next state */
167 #define BTA_DM_SEARCH_NUM_COLS 3 /* number of columns in state tables */
171 /* state table for listen state */
175 /* Event Action 1 Action 2 Next State */
190 /* Event Action 1 Action 2 Next State */
207 /* Event Action 1 Action 2 Next State */
224 /* Event Action 1 Action 2 Next State */
239 /* state table */
268 ** Description State machine event handling function for DM
310 ** Description State machine event handling function for DM
322 APPL_TRACE_EVENT2("bta_dm_search_sm_execute state:%d, event:0x%x",
323 bta_dm_search_cb.state, p_msg->event);
325 /* look up the state table for the current state */
326 state_table = bta_dm_search_st_tbl[bta_dm_search_cb.state];
328 bta_dm_search_cb.state = state_table[p_msg->event & 0x00ff][BTA_DM_SEARCH_NEXT_STATE];