From 762d5fcb4cb0dd7c0ae51b31c18b82b12f8e7a27 Mon Sep 17 00:00:00 2001 From: phuzi Date: Thu, 27 Jul 2017 09:54:10 +0100 Subject: [PATCH] Update documentation for esp_avrc_api Updated documentation for esp_err_t esp_avrc_ct_send_passthrough_cmd to show both pressed and released key states Merges https://github.com/espressif/esp-idf/pull/846 --- components/bt/bluedroid/api/include/esp_avrc_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/bluedroid/api/include/esp_avrc_api.h b/components/bt/bluedroid/api/include/esp_avrc_api.h index 719a19f19c..e30742098f 100644 --- a/components/bt/bluedroid/api/include/esp_avrc_api.h +++ b/components/bt/bluedroid/api/include/esp_avrc_api.h @@ -136,7 +136,7 @@ esp_err_t esp_avrc_ct_deinit(void); * @param[in] tl : transaction label, 0 to 15, consecutive commands should use different values. * @param[in] key_code : passthrough command code, e.g. ESP_AVRC_PT_CMD_PLAY, ESP_AVRC_PT_CMD_STOP, etc. * @param[in] key_state : passthrough command key state, ESP_AVRC_PT_CMD_STATE_PRESSED or - * ESP_AVRC_PT_CMD_STATE_PRESSED + * ESP_AVRC_PT_CMD_STATE_RELEASED * * @return * - ESP_OK: success