forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bluetooth: Host: Fix check for number of ATT bearers
Fixes zephyrproject-rtos#42306 Attach bt_att_chan objects to bt_att when creating them so that the check in att_chan_new() works. Use the flag ATT_CONNECTED to signal that a channel is connected instead of attaching it. The flag ATT_DISCONNECTED was not set anywhere and is replaced by ATT_CONNECTED. Signed-off-by: Herman Berget <[email protected]>
- Loading branch information
1 parent
5afa815
commit 6a23439
Showing
1 changed file
with
10 additions
and
10 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