refactor(ble/bluedroid): Fix typos in bta_gatts_act.c

(cherry picked from commit a8041a9953)

Co-authored-by: Nebojsa Cvetkovic <nebkat@gmail.com>
This commit is contained in:
Zhang Hai Peng
2025-02-17 11:14:51 +08:00
parent bdef0e0cb4
commit d096dc7cbe

View File

@ -733,7 +733,7 @@ void bta_gatts_indicate_handle (tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg)
} }
} }
} else { } 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); 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 ** Function bta_gatts_show_local_database
** **
** Description print loacl service database ** Description print local service database
** **
** Returns none. ** Returns none.
** **