zephyr/subsys/bluetooth/host/classic
Johan Hedberg 90367c8dd1 Bluetooth: Host: Classic: Fix allocated PSM comparison
The code for checking for allocated BR/EDR PSMs was potentially resulting
in an integer overflow, due to doing a <= UINT16_MAX (0xffff) comparison
on a uint16_t variable. To avoid this, use a uint32_t variable internally.

Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
2025-02-12 02:26:57 +01:00
..
shell Bluetooth: RFCOMM: Add a argument server to bt_rfcomm_server.accept 2025-01-17 13:54:13 +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 lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
at.h
avctp_internal.h Bluetooth: AVRCP: fix bitfield issue. 2024-11-18 13:19:07 -05:00
avctp.c Bluetooth: AVCTP: add error handling for fragmented message. 2024-11-18 13:19:07 -05:00
avdtp_internal.h Bluetooth: A2DP: implement close, suspend and abort 2024-12-23 09:15:35 +01:00
avdtp.c Bluetooth: A2DP: implement close, suspend and abort 2024-12-23 09:15:35 +01:00
avrcp_internal.h Bluetooth: AVRCP: implementation for subunit info command. 2024-12-03 10:17:09 +01:00
avrcp.c Bluetooth: AVRCP: add buffer length protections. 2024-12-03 10:17:09 +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 Bluetooth: BR: SMP: Check if remote supports CID 0x0007 2024-10-02 10:14:18 +02:00
l2cap_br_internal.h Bluetooth: L2CAP_BR: Set flags in CFG RSP 2024-10-05 14:07:00 -04:00
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: Notify result if error rsp is received. 2024-12-10 20:38:30 +01:00
ssp.c Bluetooth: Host: Add type check for bt_conn API 2025-02-11 22:04:51 +01:00
ssp.h