-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: bluetooth: tester: Enable and fill BTP_GAP_SET_POWERED command…
… Issue-number#67346 [Description] Fill in the empty BTP GAP cmd: Opcode 0x05 - Set Powered command/response, which is used to power on/off a controller per BTP protocol. It will call bt_disable() then HCI close() to shutdown BLE controller, Zephyr bt-tester originally uses Register GAP Service cmd to call bt_enable() then HCI open() to enable BT, so everytime user want to reset BLE/reload BLE FW during use, enter GAP Set Powered OFF cmd(01 05 00 01 00 00) first then Register GAP Service cmd(00 03 ff 01 00 01) is ok. Signed-off-by: Ying Zhang <[email protected]>
- Loading branch information
Showing
4 changed files
with
44 additions
and
3 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