fix(bt/bluedroid): Fixed incorrect arrangement in type esp_hf_dial_type_t

This commit is contained in:
Jin Cheng 2023-09-11 14:52:37 +08:00
parent a62b41064b
commit b306d702c6

View File

@ -68,9 +68,9 @@ typedef enum
/// Dial type of ESP_HF_DIAL_EVT
typedef enum
{
ESP_HF_DIAL_MEM = 0, /*!< Dial with a memory position */
ESP_HF_DIAL_NUM = 0, /*!< Dial with a phone number */
ESP_HF_DIAL_VOIP, /*!< Dial with VoIP */
ESP_HF_DIAL_NUM, /*!< Dial with a phone number */
ESP_HF_DIAL_MEM, /*!< Dial with a memory position */
} esp_hf_dial_type_t;
/// HFP AG callback parameters