zephyr/subsys/bluetooth/host/classic/shell
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
..
a2dp.c bluetooth: classic: shell: eliminate ctx_shell usage 2025-01-14 10:56:16 +01:00
avrcp.c bluetooth: classic: shell: eliminate ctx_shell usage 2025-01-14 10:56:16 +01:00
bredr.c bluetooth: classic: shell: eliminate ctx_shell usage 2025-01-14 10:56:16 +01:00
CMakeLists.txt Bluetooth: AVRCP: add shell tools for AVRCP functions. 2024-11-18 13:19:07 -05:00
rfcomm.c Bluetooth: RFCOMM: Add a argument server to bt_rfcomm_server.accept 2025-01-17 13:54:13 +01:00