From 5dc39ebf5a936280e58bd32cdbfc6a55cd436646 Mon Sep 17 00:00:00 2001 From: Jin Cheng Date: Fri, 25 Aug 2023 14:00:56 +0800 Subject: [PATCH] docs(bt/bluedroid): Changed the description of esp_hf_client_reject_call --- .../bt/host/bluedroid/api/include/api/esp_hf_client_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/host/bluedroid/api/include/api/esp_hf_client_api.h b/components/bt/host/bluedroid/api/include/api/esp_hf_client_api.h index 449941fba7..2a259e95b6 100644 --- a/components/bt/host/bluedroid/api/include/api/esp_hf_client_api.h +++ b/components/bt/host/bluedroid/api/include/api/esp_hf_client_api.h @@ -508,7 +508,7 @@ esp_err_t esp_hf_client_answer_call(void); /** * - * @brief Reject an incoming call(send AT+CHUP command). + * @brief Reject an incoming call or terminate an ongoing call(send AT+CHUP command). * As a precondition to use this API, Service Level Connection shall exist with AG. * * @return