From d096dc7cbedd041ad5ca884a9b4a16a4a6498d01 Mon Sep 17 00:00:00 2001 From: Zhang Hai Peng Date: Mon, 17 Feb 2025 11:14:51 +0800 Subject: [PATCH] refactor(ble/bluedroid): Fix typos in bta_gatts_act.c (cherry picked from commit a8041a99533628b044a8158bcc4410404f83ea63) Co-authored-by: Nebojsa Cvetkovic --- components/bt/host/bluedroid/bta/gatt/bta_gatts_act.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/bt/host/bluedroid/bta/gatt/bta_gatts_act.c b/components/bt/host/bluedroid/bta/gatt/bta_gatts_act.c index d09eaa96b2..6cb95fd109 100644 --- a/components/bt/host/bluedroid/bta/gatt/bta_gatts_act.c +++ b/components/bt/host/bluedroid/bta/gatt/bta_gatts_act.c @@ -733,7 +733,7 @@ void bta_gatts_indicate_handle (tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg) } } } else { - APPL_TRACE_ERROR("Not an registered servce attribute ID: 0x%04x", + APPL_TRACE_ERROR("Not a registered service attribute ID: 0x%04x", p_msg->api_indicate.attr_id); } } @@ -923,7 +923,7 @@ void bta_gatts_listen(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg) ** ** Function bta_gatts_show_local_database ** -** Description print loacl service database +** Description print local service database ** ** Returns none. **