Searched refs:arg_type (Results 1 – 6 of 6) sorted by relevance
/system/bt/bta/ag/ |
D | bta_ag_at.c | 86 UINT8 arg_type; in bta_ag_process_at() local 107 arg_type = BTA_AG_AT_NONE; in bta_ag_process_at() 113 arg_type = BTA_AG_AT_READ; in bta_ag_process_at() 121 arg_type = BTA_AG_AT_TEST; in bta_ag_process_at() 126 arg_type = BTA_AG_AT_SET; in bta_ag_process_at() 135 arg_type = BTA_AG_AT_FREE; in bta_ag_process_at() 139 if ((arg_type & p_cb->p_at_tbl[idx].arg_type) != 0) in bta_ag_process_at() 142 if (arg_type == BTA_AG_AT_SET && in bta_ag_process_at() 155 (*p_cb->p_cmd_cback)(p_cb->p_user, idx, arg_type, p_arg, int_arg); in bta_ag_process_at() 160 (*p_cb->p_cmd_cback)(p_cb->p_user, idx, arg_type, p_arg, int_arg); in bta_ag_process_at()
|
D | bta_ag_at.h | 50 UINT8 arg_type; /* allowable argument type syntax */ member 57 typedef void (tBTA_AG_AT_CMD_CBACK)(void *p_user, UINT16 cmd, UINT8 arg_type,
|
D | bta_ag_cmd.c | 839 void bta_ag_at_hsp_cback(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type, in bta_ag_at_hsp_cback() argument 844 APPL_TRACE_DEBUG("AT cmd:%d arg_type:%d arg:%d arg:%s", cmd, arg_type, in bta_ag_at_hsp_cback() 870 void bta_ag_at_hfp_cback(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type, in bta_ag_at_hfp_cback() argument 888 APPL_TRACE_DEBUG("HFP AT cmd:%d arg_type:%d arg:%d arg:%s", cmd, arg_type, in bta_ag_at_hfp_cback() 959 if (arg_type == BTA_AG_AT_TEST) in bta_ag_at_hfp_cback() 1023 if (arg_type == BTA_AG_AT_TEST) in bta_ag_at_hfp_cback() 1120 if (arg_type == BTA_AG_AT_SET) in bta_ag_at_hfp_cback() 1144 if (arg_type == BTA_AG_AT_SET) in bta_ag_at_hfp_cback()
|
D | bta_ag_int.h | 387 extern void bta_ag_at_hsp_cback(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type, 389 extern void bta_ag_at_hfp_cback(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type,
|
D | bta_ag_act.c | 70 typedef void (*tBTA_AG_ATCMD_CBACK)(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type,
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.h | 31 UINT8 arg_type; /* allowable argument type syntax */ member 38 typedef void (tBTA_AG_AT_CMD_CBACK)(void *p_user, UINT16 cmd, UINT8 arg_type,
|