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 dlc
This basically implements timer for connection and disconnection. Conn timer will be started when dlc is initialized and stopped when it is connected. Authentication if any, will be also included in this timer. Disc timer will be started during disconnect initiation. Change-Id: Ia4b74e478fefa42db21aef528e623a24c72ddf7f Signed-off-by: Jaganath Kanakkassery <[email protected]>
- Loading branch information
Showing
2 changed files
with
32 additions
and
1 deletion.
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