frameworks_bluetooth/framework/common
chejinxian1 32e1c81391 bluetooth: Replace `calloc` with malloc for `signal_work_t` allocation in `thread_loop_work_sync`
bug: v/79115

Rootcause: Replace `calloc` with the C standard library function `malloc` to avoid compilation errors.

Signed-off-by: chejinxian1 <chejinxian1@xiaomi.com>
2025-11-28 21:36:20 +08:00
..
advertiser_data.c bluetooth: Fix the issue of incorrect length when adding service data to broadcast data. 2025-08-08 13:52:12 +08:00
advertiser_data_helper.c scan: Replace lib_dumpbuffer with BT_DUMPBUFFER. 2025-11-13 11:35:55 +08:00
bt_addr.c addr: fix bt_addr_str multiple define 2025-01-16 20:16:25 +08:00
bt_hash.c Merge commit 2024-11-25 17:34:53 +08:00
bt_hash.h Move the internal header files out to include common 2025-10-24 01:29:42 +08:00
bt_internal.h Move the internal header files out to include common 2025-10-24 01:29:42 +08:00
bt_list.c Merge commit 2024-11-25 17:34:53 +08:00
bt_time.c Rename helper func get_os_timestamp_xx to bt_get_os_timestamp_xx avoid 2025-06-19 21:19:12 +08:00
bt_trace.h Move the internal header files out to include common 2025-10-24 01:29:42 +08:00
bt_uuid.c Vela-Android: save bredr remote uuids 2025-02-07 13:55:03 +08:00
callbacks_list.c Merge commit 2024-11-25 17:34:53 +08:00
euv_pipe.c Bluetooth: Enhance euv_pipe status management and add new status flags. 2025-10-31 22:34:23 +08:00
euv_pty.c Merge commit 2024-11-25 17:34:53 +08:00
state_machine.c Merge commit 2024-11-25 17:34:53 +08:00
uv_thread_loop.c bluetooth: Replace `calloc` with malloc for `signal_work_t` allocation in `thread_loop_work_sync` 2025-11-28 21:36:20 +08:00