-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. Signed-off-by: Lyle Zhu <[email protected]> Bluetooth: HFP_HF: Add a argument `server` to rfcomm_accept() Since a new argument `server` is added by `bt_rfcomm_server.accept`, add a argument `server` to function rfcomm_accept() to avoid building issue. Signed-off-by: Lyle Zhu <[email protected]> Bluetooth: Shell: Add a argument `server` to rfcomm_accept() Since a new argument `server` is added by `bt_rfcomm_server.accept`, add a argument `server` to function rfcomm_accept() to avoid building issue. Signed-off-by: Lyle Zhu <[email protected]>
- Loading branch information
1 parent
a4006e4
commit 38bff67
Showing
4 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters