mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
fix(bt/bluedroid): Fix build error for HFP when enabling AG and HF_Client in case that CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY is enabled
This commit is contained in:
@ -26,15 +26,6 @@
|
|||||||
/* ASCII character string of arguments to the AT command */
|
/* ASCII character string of arguments to the AT command */
|
||||||
#define BTA_HF_CLIENT_AT_MAX_LEN 512
|
#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 */
|
/* callback function executed when command is parsed */
|
||||||
typedef void (tBTA_AG_AT_CMD_CBACK)(void *p_user, UINT16 cmd, UINT8 arg_type,
|
typedef void (tBTA_AG_AT_CMD_CBACK)(void *p_user, UINT16 cmd, UINT8 arg_type,
|
||||||
char *p_arg, INT16 int_arg);
|
char *p_arg, INT16 int_arg);
|
||||||
|
Reference in New Issue
Block a user