aboutsummaryrefslogtreecommitdiff
path: root/bta/ag/bta_ag_at.h
diff options
context:
space:
mode:
Diffstat (limited to 'bta/ag/bta_ag_at.h')
-rw-r--r--bta/ag/bta_ag_at.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bta/ag/bta_ag_at.h b/bta/ag/bta_ag_at.h
index f36e2f265..c5b5d885c 100644
--- a/bta/ag/bta_ag_at.h
+++ b/bta/ag/bta_ag_at.h
@@ -56,7 +56,7 @@ typedef struct {
/* callback function executed when command is parsed */
struct tBTA_AG_SCB;
typedef void(tBTA_AG_AT_CMD_CBACK)(tBTA_AG_SCB* p_user, uint16_t command_id,
- uint8_t arg_type, char* p_arg,
+ uint8_t arg_type, char* p_arg, char* p_end,
int16_t int_arg);
/* callback function executed to send "ERROR" result code */