zephyr/subsys/bluetooth/host/classic
Lyle Zhu 40993fe507 Bluetooth: RFCOMM: Add a argument server to bt_rfcomm_server.accept
In current implementation, the `accept` cannot be identified if the
same one `accept` callback is passed by the upper layer.

Similar with `accept` of `bt_l2cap_server.accept`, add a parameter
`server` to the `bt_rfcomm_server.accept` callback.

Add a argument `server` to function bt_hfp_hf_accept() to avoid
building issue for HFP_HF.

Add a argument `server` to function rfcomm_accept() to avoid building
issue for shell/rfcomm.c.

Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>
2025-01-17 13:54:13 +01:00
..
shell Bluetooth: RFCOMM: Add a argument server to bt_rfcomm_server.accept 2025-01-17 13:54:13 +01:00
a2dp.c Bluetooth: A2DP: implement close, suspend and abort 2024-12-23 09:15:35 +01:00
a2dp_codec_sbc.c Bluetooth: A2DP: Implement the a2dp and avdtp 2024-05-28 12:56:42 +02:00
a2dp_internal.h
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.c Bluetooth: AVCTP: add error handling for fragmented message. 2024-11-18 13:19:07 -05:00
avctp_internal.h Bluetooth: AVRCP: fix bitfield issue. 2024-11-18 13:19:07 -05:00
avdtp.c Bluetooth: A2DP: implement close, suspend and abort 2024-12-23 09:15:35 +01:00
avdtp_internal.h Bluetooth: A2DP: implement close, suspend and abort 2024-12-23 09:15:35 +01:00
avrcp.c Bluetooth: AVRCP: add buffer length protections. 2024-12-03 10:17:09 +01:00
avrcp_internal.h Bluetooth: AVRCP: implementation for subunit info command. 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.c Bluetooth: Classic: HF_AG: Fix unexpected return 2024-06-27 10:53:17 +02:00
hfp_ag_internal.h Bluetooth: HFP_AG: Optimize lock/unlock of the SCO creating 2024-06-12 21:13:58 -04:00
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 Bluetooth: HFP_AG: Initialize HFP AG 2024-05-16 09:15:49 +02:00
Kconfig Bluetooth: classic: Kconfig: set BT_RFCOMM_DLC_STACK_SIZE default 512 2024-12-24 04:22:37 +01:00
keys_br.c bluetooth: keys_br: Improve bt_foreach_bond 2024-05-25 14:39:06 -04:00
l2cap_br.c Bluetooth: L2CAP_BR: Use LOG_WRN for not enough room in user_data 2024-12-16 08:34:58 +01:00
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
rfcomm.c Bluetooth: RFCOMM: Add a argument server to bt_rfcomm_server.accept 2025-01-17 13:54:13 +01:00
rfcomm_internal.h Bluetooth: RFCOMM: Move BT_RFCOMM_BUF_SIZE to rfcomm.h 2025-01-17 10:41:49 +01:00
sco.c Bluetooth: Host: Rename bt_conn_state_t states for clarity 2024-04-23 15:31:59 +02:00
sco_internal.h Bluetooth: Host: Remove SCO security check 2024-03-19 10:08:27 +01:00
sdp.c Bluetooth: SDP: Notify result if error rsp is received. 2024-12-10 20:38:30 +01:00
sdp_internal.h
ssp.c Bluetooth: SSP: Improve BR SC only mode 2024-12-10 05:39:10 +01:00
ssp.h