frameworks_bluetooth/feature
Lu Jia c4cec4f868 bluetooth: Fix the issue of failed GATTC deletion.
bug: v/79667

When deleting a GATTC instance, the Advanced API identifies clients based on their device address. If an application creates two GATTC instances with the same device address, and attempts to delete the second instance before the server has returned the asynchronous callback for the first deletion, both deletion operations will effectively target the same underlying GATTC instance due to the identical device address.

Signed-off-by: jialu <jialu@xiaomi.com>
2025-12-03 09:48:19 +08:00
..
feature_async bluetooth: Fix the issue of failed GATTC deletion. 2025-12-03 09:48:19 +08:00
include AVRCP: add avrcp metadata feature 2024-12-26 22:49:19 +08:00
jidl AVRCP: add avrcp metadata feature 2024-12-26 22:49:19 +08:00
src fix the type of FtUInt32 for jidl-rust 2025-10-15 23:00:58 +08:00