Skip to content

Commit

Permalink
Merge branch 'bugfix/build_error_when_enable_ag_and_hf_v4.4' into 're…
Browse files Browse the repository at this point in the history
…lease/v4.4'

fix(bt/bluedroid): Fix build error when both of the HFP roles are enabled (v4.4)

See merge request espressif/esp-idf!27079
  • Loading branch information
jack0c committed Nov 14, 2023
2 parents 4bc4242 + 03bdeb4 commit 5576a60
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@
/* ASCII character string of arguments to the AT command */
#define BTA_HF_CLIENT_AT_MAX_LEN 512

/* AT command table element */
typedef struct {
const char *p_cmd; /* AT command string */
UINT8 arg_type; /* allowable argument type syntax */
UINT8 fmt; /* whether arg is int or string */
UINT8 min; /* minimum value for int arg */
INT16 max; /* maximum value for int arg */
} tBTA_AG_AT_CMD;

/* callback function executed when command is parsed */
typedef void (tBTA_AG_AT_CMD_CBACK)(void *p_user, UINT16 cmd, UINT8 arg_type,
char *p_arg, INT16 int_arg);
Expand Down

0 comments on commit 5576a60

Please sign in to comment.