zephyr/subsys/bluetooth/host/classic
Lyle Zhu 3f81e81598 Bluetooth: AVDTP: Fix memory leak issue
In function `avdtp_send`, there is case that if the session->req is not
NULL, then the buf will be lost.

Release the allocated buffer by buffer allocated function when the buf
is failed to send.

Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>
2025-02-18 13:30:53 +01:00
..
shell Bluetooth: AVRCP: implementation for passthrough commands 2025-02-14 17:13:23 +01:00
a2dp_codec_sbc.c
a2dp_internal.h
a2dp.c Bluetooth: A2DP: implement close, suspend and abort 2024-12-23 09:15:35 +01:00
at.c
at.h
avctp_internal.h Bluetooth: AVRCP: fix bitfield issue. 2024-11-18 13:19:07 -05:00
avctp.c Bluetooth: AVRCP: implementation for passthrough commands 2025-02-14 17:13:23 +01:00
avdtp_internal.h Bluetooth: A2DP: implement close, suspend and abort 2024-12-23 09:15:35 +01:00
avdtp.c Bluetooth: AVDTP: Fix memory leak issue 2025-02-18 13:30:53 +01:00
avrcp_internal.h Bluetooth: AVRCP: implementation for passthrough commands 2025-02-14 17:13:23 +01:00
avrcp.c Bluetooth: AVRCP: implementation for passthrough commands 2025-02-14 17:13:23 +01:00
br.c Bluetooth: Classic: Fix invalid comparison with int8_t 2025-01-16 14:37:44 +01:00
br.h
CMakeLists.txt Bluetooth: AVRCP: Implemation of AVRCP. 2024-11-18 13:19:07 -05:00
hfp_ag_internal.h
hfp_ag.c
hfp_hf.c Bluetooth: RFCOMM: Add a argument server to bt_rfcomm_server.accept 2025-01-17 13:54:13 +01:00
hfp_internal.h
Kconfig Bluetooth: classic: Kconfig: set BT_RFCOMM_DLC_STACK_SIZE default 512 2024-12-24 04:22:37 +01:00
keys_br.c
l2cap_br_interface.h
l2cap_br_internal.h
l2cap_br.c Bluetooth: Host: Classic: Fix allocated PSM comparison 2025-02-12 02:26:57 +01:00
rfcomm_internal.h Bluetooth: RFCOMM: Move BT_RFCOMM_BUF_SIZE to rfcomm.h 2025-01-17 10:41:49 +01:00
rfcomm.c Bluetooth: RFCOMM: Add a argument server to bt_rfcomm_server.accept 2025-01-17 13:54:13 +01:00
sco_internal.h
sco.c
sdp_internal.h
sdp.c Bluetooth: SDP: Check if frame len is consistent with attr list count 2025-02-14 19:15:02 +00:00
ssp.c Bluetooth: Host: Add type check for bt_conn API 2025-02-11 22:04:51 +01:00
ssp.h