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: RFCOMM: Implement timer in session
As per the spec, the station which disconnects the last dlc should disconnect session also. In case if remote does not do it we need to disconnect otherwise rfcomm will be connected without any dlc. So this starts an idle timer to handle the above scenario. This also starts a disconnect timer to handle in case remote does not respond to session disconnect request. Change-Id: I3b45aa5bf4c35fd81dc10974f2b0b6d4cfe4ea7d Signed-off-by: Jaganath Kanakkassery <[email protected]>
- Loading branch information
Showing
2 changed files
with
47 additions
and
0 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