From 81d7ce47dbc4f5ac7e1c3996ec380a1871da5b12 Mon Sep 17 00:00:00 2001 From: JinCheng Date: Wed, 23 Jul 2025 14:21:34 +0800 Subject: [PATCH] fix(bt/bluedroid): correct a description error in the GAP header file --- components/bt/host/bluedroid/api/include/api/esp_gap_bt_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/host/bluedroid/api/include/api/esp_gap_bt_api.h b/components/bt/host/bluedroid/api/include/api/esp_gap_bt_api.h index 1c05ffc58e..5e2fc31ec2 100644 --- a/components/bt/host/bluedroid/api/include/api/esp_gap_bt_api.h +++ b/components/bt/host/bluedroid/api/include/api/esp_gap_bt_api.h @@ -953,7 +953,7 @@ esp_err_t esp_bt_gap_get_page_timeout(void); /** * @brief Set ACL packet types - * An ESP_BT_GAP_SET_ACL_PPKT_TYPES_EVT event will reported to + * An ESP_BT_GAP_ACL_PKT_TYPE_CHANGED_EVT event will be reported to * the APP layer. * * @return - ESP_OK: success