Searched refs:command_id (Results 1 – 3 of 3) sorted by relevance
/system/bt/bta/ag/ |
D | bta_ag_at.h | 49 size_t command_id; /* passed to the callback on p_cmd match */ member 58 typedef void(tBTA_AG_AT_CMD_CBACK)(tBTA_AG_SCB* p_user, uint16_t command_id,
|
D | bta_ag_at.cc | 141 p_cb->p_at_tbl[idx].command_id, arg_type, p_arg, in bta_ag_process_at() 146 p_cb->p_at_tbl[idx].command_id, arg_type, p_arg, in bta_ag_process_at()
|
D | bta_ag_cmd.cc | 586 void bta_ag_at_hsp_cback(tBTA_AG_SCB* p_scb, uint16_t command_id, in bta_ag_at_hsp_cback() argument 589 APPL_TRACE_DEBUG("AT cmd:%d arg_type:%d arg:%d arg:%s", command_id, arg_type, in bta_ag_at_hsp_cback() 608 (*bta_ag_cb.p_cback)(command_id, (tBTA_AG*)&val); in bta_ag_at_hsp_cback()
|