mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
fix(bt/bluedroid): Fixed incorrect arrangement in type esp_hf_dial_type_t
This commit is contained in:
@ -68,9 +68,9 @@ typedef enum
|
|||||||
/// Dial type of ESP_HF_DIAL_EVT
|
/// Dial type of ESP_HF_DIAL_EVT
|
||||||
typedef enum
|
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_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;
|
} esp_hf_dial_type_t;
|
||||||
|
|
||||||
/// HFP AG callback parameters
|
/// HFP AG callback parameters
|
||||||
|
Reference in New Issue
Block a user