-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: bluetooth: hci: added h4_close() support
- added h4_close() support in h4 driver to de-init hci driver instance to allow bluetooth stack de-init when calling bt_disable() function. - added flag in nxp setup driver to perform HCI controller firmware- load and configuration only once. This avoid loading/setting-up controller firmware on successive h4_open() after h4_close(). - added HCI command to send HCI_RESET in bt_disable() func, and remove its call from the driver close() call. Signed-off-by: Nirav Agrawal <[email protected]>
- Loading branch information
1 parent
14f382b
commit c221ccf
Showing
5 changed files
with
60 additions
and
29 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
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