-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bluetooth: Host: Update BR L2CAP channel state
In the function bt_l2cap_chan_set_state, BR channel is treated as LE Chan. The BR L2CAP channel state is updated incorrectly. Add a function bt_l2cap_br_chan_set_state for BR L2CAP channel. For BR/EDR channel, call bt_l2cap_br_chan_set_state directly. Signed-off-by: Lyle Zhu <[email protected]>
- Loading branch information
1 parent
08f8278
commit e9a5834
Showing
2 changed files
with
69 additions
and
13 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