Searched refs:command_id (Results 1 - 3 of 3) sorted by relevance

/system/bt/bta/ag/
H A Dbta_ag_at.h50 size_t command_id; /* passed to the callback on p_cmd match */ member in struct:__anon4
58 typedef void (tBTA_AG_AT_CMD_CBACK)(void *p_user, UINT16 command_id, UINT8 arg_type,
H A Dbta_ag_at.c153 p_cb->p_at_tbl[idx].command_id,
160 p_cb->p_at_tbl[idx].command_id,
H A Dbta_ag_cmd.c662 void bta_ag_at_hsp_cback(tBTA_AG_SCB *p_scb, UINT16 command_id, UINT8 arg_type, argument
665 APPL_TRACE_DEBUG("AT cmd:%d arg_type:%d arg:%d arg:%s", command_id, arg_type,
677 (*bta_ag_cb.p_cback)(command_id, (tBTA_AG *) &val);

Completed in 46 milliseconds