frameworks_bluetooth/framework/api
chejinxian1 65275b274c L2CAP: Update stop listen function to include transport parameter
Rootcause: The PSM employed by L2CAP in LE and BR/EDR contexts are not identical concepts. The LE scenario utilises a simplified PSM, whereas the BR/EDR scenario employs the standard PSM. These differ fundamentally in their allocation methods and are not interoperable.

Consequently, the current implementation of listen and stop listen operations requires distinguishing between connection types. Add a new API `bt_l2cap_stop_listen_with_transport` to support stop listen on BR/EDR PSM. This modification will rectify the error where `bt_l2cap_stop_listen` fails to recognise connection types, whilst filtering operations specific to the BR/EDR type.

Signed-off-by: chejinxian1 <chejinxian1@xiaomi.com>
2026-04-20 14:52:53 +08:00
..
bluetooth.c bluetooth:fix build warning in sim/m64 2026-04-20 14:51:06 +08:00
bt_a2dp_sink.c Clang-format: Update format of all files based on new .clang-format 2026-04-20 14:50:50 +08:00
bt_a2dp_source.c Clang-format: Update format of all files based on new .clang-format 2026-04-20 14:50:50 +08:00
bt_adapter.c bluetooth: fix bt_adapter_set_debug_mode warning 2026-04-20 14:52:51 +08:00
bt_avrcp_control.c zephyr-pts: add register notification interface for avrcp ct 2026-04-20 14:52:48 +08:00
bt_avrcp_target.c Vela-Android:Add BTIF wrapper for AVRCP-TG (01) 2026-04-20 14:51:13 +08:00
bt_device.c blueototh: add connection mgr config 2026-04-20 14:52:42 +08:00
bt_gattc.c Support the signed write function, which requires BT_SIGNING micro to open. 2026-04-20 14:52:42 +08:00
bt_gatts.c bluetooth: add gatts_connect_bear api [1/2] 2026-04-20 14:51:28 +08:00
bt_hfp_ag.c Android-Vela:add cind interface for android 2026-04-20 14:52:39 +08:00
bt_hfp_hf.c Add new interface: hfp_hf_query_current_calls_with_callback. 2026-04-20 14:52:40 +08:00
bt_hid_device.c Clang-format: Update format of all files based on new .clang-format 2026-04-20 14:50:50 +08:00
bt_l2cap.c L2CAP: Update stop listen function to include transport parameter 2026-04-20 14:52:53 +08:00
bt_le_advertiser.c Vela-Android: Porting Vela Bluetooth Framework Socket Client to Android x86_64 2026-04-20 14:51:00 +08:00
bt_le_scan.c ipc: le scan async api 2026-04-20 14:52:08 +08:00
bt_lea_ccp.c Clang-format: Update format of all files based on new .clang-format 2026-04-20 14:50:50 +08:00
bt_lea_client.c Clang-format: Update format of all files based on new .clang-format 2026-04-20 14:50:50 +08:00
bt_lea_mcp.c Clang-format: Update format of all files based on new .clang-format 2026-04-20 14:50:50 +08:00
bt_lea_mcs.c Clang-format: Update format of all files based on new .clang-format 2026-04-20 14:50:50 +08:00
bt_lea_server.c Clang-format: Update format of all files based on new .clang-format 2026-04-20 14:50:50 +08:00
bt_lea_tbs.c Clang-format: Update format of all files based on new .clang-format 2026-04-20 14:50:50 +08:00
bt_lea_vmicp.c Clang-format: Update format of all files based on new .clang-format 2026-04-20 14:50:50 +08:00
bt_lea_vmics.c Clang-format: Update format of all files based on new .clang-format 2026-04-20 14:50:50 +08:00
bt_pan.c Clang-format: Update format of all files based on new .clang-format 2026-04-20 14:50:50 +08:00
bt_spp.c bluetooth: add spp insecure feature 2026-04-20 14:52:12 +08:00
bt_trace.c BTsnoop: add btsnoop API 2026-04-20 14:51:18 +08:00