frameworks_bluetooth/framework/socket/async
Lu Jia f5965d1303 bluetooth: Add initialization for local variables.
When passed to bt_socket_client_send_with_reply , it may contain undefined values, leading to unpredictable behavior. Initialize packet explicitly before using it.

Signed-off-by: jialu <jialu@xiaomi.com>
Signed-off-by: miot-robot <miot-robot@xiaomi.com>
2026-04-20 14:53:21 +08:00
..
bt_adapter_async.c bluetooth: Add initialization for local variables. 2026-04-20 14:53:21 +08:00
bt_device_async.c bluetooth: Add initialization for local variables. 2026-04-20 14:53:21 +08:00
bt_gattc_async.c bluetooth: Using macros to reduce boilerplate code in asynchronous callbacks. 2026-04-20 14:52:34 +08:00
bt_le_advertiser_async.c bluetooth: Using macros to reduce boilerplate code in asynchronous callbacks. 2026-04-20 14:52:34 +08:00
bt_le_scan_async.c bluetooth: Before releasing the IPC pending_queue, invoke the asynchronous callbacks for all messages contained within it. 2026-04-20 14:52:33 +08:00
bt_trace_async.c ipc: trace async api 2026-04-20 14:52:09 +08:00