frameworks_bluetooth/framework/common
chejinxian1 942c5b6f6b Bluetooth: Fix conditional compilation for RPMSG pipe closure
Rootcause: The creation of the euv_pipe RPMSG Pipe is conditionally compiled based on the RPMSG configuration, whereas the Close behaviour lacks this restriction. Consequently, in certain scenarios, non-existent RPMSG pipes may be released, triggering an exception.

Signed-off-by: chejinxian1 <chejinxian1@xiaomi.com>
2026-04-20 14:52:54 +08:00
..
advertiser_data.c bluetooth: Fix the issue of incorrect length when adding service data to broadcast data. 2026-04-20 14:52:01 +08:00
advertiser_data_helper.c scan: Replace lib_dumpbuffer with BT_DUMPBUFFER. 2026-04-20 14:52:14 +08:00
bt_addr.c addr: fix bt_addr_str multiple define 2026-04-20 14:51:35 +08:00
bt_hash.c bluetooth: add le scan dup feature 2026-04-20 14:51:15 +08:00
bt_list.c Bluetooth: add free after list_delete to avoid memory leak. 2026-04-20 14:51:09 +08:00
bt_time.c Rename helper func get_os_timestamp_xx to bt_get_os_timestamp_xx avoid 2026-04-20 14:51:29 +08:00
bt_uuid.c Vela-Android: save bredr remote uuids 2026-04-20 14:51:36 +08:00
callbacks_list.c Handles cllbacks free work in the client thread. 2026-04-20 14:51:14 +08:00
euv_pipe.c Bluetooth: Fix conditional compilation for RPMSG pipe closure 2026-04-20 14:52:54 +08:00
euv_pty.c Clang-format: Update format of all files based on new .clang-format 2026-04-20 14:50:50 +08:00
state_machine.c Vela-Android: Porting Vela Bluetooth Framework Socket Client to Android x86_64 2026-04-20 14:51:00 +08:00
uv_thread_loop.c bluetooth: Replace `calloc` with `malloc` for `signal_work_t` allocation 2026-04-20 14:52:40 +08:00