frameworks_bluetooth/framework/socket/async
liuxiang18 2244e388f7 aync adv/scan: fix build error
bug: v/83666

The callback macro `CALLBACK_REMOTE` currently used in gatts/gattc employs the member variable `callbacks`. For enhanced versatility, the callback member variables in adv and scan have been modified from `callback` to `callbacks`.

Signed-off-by: liuxiang18 <liuxiang18@xiaomi.com>
2026-04-27 23:14:54 +08:00
..
bt_adapter_async.c bluetooth: Before releasing the IPC pending_queue, invoke the asynchronous callbacks for all messages contained within it. 2026-04-27 23:14:52 +08:00
bt_device_async.c bluetooth: Before releasing the IPC pending_queue, invoke the asynchronous callbacks for all messages contained within it. 2026-04-27 23:14:52 +08:00
bt_gattc_async.c bluetooth: Before releasing the IPC pending_queue, invoke the asynchronous callbacks for all messages contained within it. 2026-04-27 23:14:52 +08:00
bt_le_advertiser_async.c aync adv/scan: fix build error 2026-04-27 23:14:54 +08:00
bt_le_scan_async.c aync adv/scan: fix build error 2026-04-27 23:14:54 +08:00
bt_trace_async.c ipc: trace async api 2026-04-20 14:52:09 +08:00