-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Blutooth Hci interface down option
Everytime before launching android user has to manually do "sudo hciconfig hci0 down" when BT Card is passthrough. Added 'bluetooth' section with 'hci_down' flag in the vm-manager. If set to 'true', will bring down the BT hci interface. Tests done: 1. Build vm-manager binary 2. Add BT USB Pci address in the [passthrough] 3. Add hci_down=true in [bluetooth] 4. Launch Android and check BT on success 5. Validated on RPL NUC with AX211 Tracked-On: OAM-116593 Signed-off-by: Gowtham Anandha Babu <gowtham.anandha.babu@intel.com> Signed-off-by: Aman Bhadouria <aman.bhadouria@intel.com>
- Loading branch information
1 parent
943994a
commit 1f0b028
Showing
5 changed files
with
21 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
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