zephyr/subsys/bluetooth/host/classic
Lyle Zhu 6231b43435 Bluetooth: Classic: SDP: Fix buf leak issue
In the function `sdp_client_ss_search()` and
`sdp_client_ssa_search()`, the allocated buf is not released if the
required UUID is invalid.

Un-reference the allocated net buffer if the UUID is invalid.

Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>
2025-06-11 16:12:31 -07:00
..
shell Bluetooth: Classic: L2CAP: Add echo command set 2025-05-29 20:19:38 -04:00
a2dp_codec_sbc.c
a2dp_internal.h
a2dp.c Bluetooth: Add API to obtain ACL connection corresponding to a2dp 2025-06-10 13:28:16 +02:00
at.c Bluetooth: HFP_HF: Enable 3-way feature 2025-04-03 06:24:32 +02:00
at.h Bluetooth: HFP_HF: Enable 3-way feature 2025-04-03 06:24:32 +02:00
avctp_internal.h Bluetooth: AVRCP: Move the handling of transaction labels to the App. 2025-03-28 16:10:05 +01:00
avctp.c Bluetooth: AVRCP: Move the handling of transaction labels to the App. 2025-03-28 16:10:05 +01:00
avdtp_internal.h bluetooth: avdtp: move the buf as callback parameter 2025-03-07 19:45:20 +01:00
avdtp.c bluetooth: avdtp: avoid that the ret and err exist together 2025-03-21 09:53:49 +01:00
avrcp_internal.h Bluetooth: AVRCP: expose macros to upper layer. 2025-03-28 16:10:05 +01:00
avrcp.c Bluetooth: AVRCP: Move the handling of transaction labels to the App. 2025-03-28 16:10:05 +01:00
br.c bluetooth: classic: Fix remote name resolving with multiple devices 2025-04-03 17:48:04 +02:00
br.h
CMakeLists.txt Bluetooth: Classic: Move classic functions from conn.c to conn_br.c 2025-03-25 22:15:19 +01:00
conn_br_internal.h Bluetooth: Classic: L2CAP: Handle multi L2CAP packets of a HCI ACL 2025-04-28 08:36:02 +02:00
conn_br.c Bluetooth: Classic: L2CAP: Handle multi L2CAP packets of a HCI ACL 2025-04-28 08:36:02 +02:00
hfp_ag_internal.h Bluetooth: Classic: HGP_AG: change get_ongoing_call() to async mode 2025-05-29 06:31:32 +02:00
hfp_ag.c Bluetooth: Classic: HGP_AG: change get_ongoing_call() to async mode 2025-05-29 06:31:32 +02:00
hfp_hf_internal.h Bluetooth: HFP: Divide hfp_internal.h 2025-04-03 06:24:32 +02:00
hfp_hf.c Bluetooth: Classic: HFP_HF: Fix out of bounds potential issue 2025-06-10 13:29:17 +02:00
hfp_internal.h Bluetooth: Classic: HFP_AG: Support ongoing calls before SLC 2025-05-29 06:31:32 +02:00
Kconfig Bluetooth: Classic: HGP_AG: change get_ongoing_call() to async mode 2025-05-29 06:31:32 +02:00
keys_br.c Bluetooth: Classic: Refactor query and deletion of bonding information 2025-04-01 22:18:40 +02:00
l2cap_br_interface.h Bluetooth: L2CAP_BR: Enable Retransmission and Flow control 2025-03-19 08:52:07 -04:00
l2cap_br_internal.h Bluetooth: Classic: L2CAP: implement ECHO REQ/RSP 2025-05-29 20:19:38 -04:00
l2cap_br.c Bluetooth: Classic: L2CAP: Fix issue is received data len less than 2 2025-06-10 12:25:55 +02:00
rfcomm_internal.h Bluetooth: RFCOMM: Add RPN command sending support 2025-04-29 08:17:49 +01:00
rfcomm.c Bluetooth: RFCOMM: Fix CR bit in DISC frame 2025-05-26 09:19:35 +02:00
sco_internal.h
sco.c bluetooth: classic: hfp: sco_conn is null in hfp sco_disconnected callback 2025-04-07 07:28:18 +02:00
sdp_internal.h
sdp.c Bluetooth: Classic: SDP: Fix buf leak issue 2025-06-11 16:12:31 -07:00
ssp.c Bluetooth: Classic: SSP: Correct pairing method 2025-05-14 19:36:17 +02:00
ssp.h