Home
last modified time | relevance | path

Searched refs:SwitchRole (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/test/LMP/LIH/
DBV_149_C.py63 controller.send_cmd(hci.SwitchRole(bd_addr=peer_address, role=hci.Role.CENTRAL))
70 controller.send_cmd(hci.SwitchRole(bd_addr=peer_address, role=hci.Role.PERIPHERAL))
DBV_143_C.py66 controller.send_cmd(hci.SwitchRole(bd_addr=peer_address, role=hci.Role.CENTRAL))
81 controller.send_cmd(hci.SwitchRole(bd_addr=peer_address, role=hci.Role.PERIPHERAL))
DBV_01_C.py66 controller.send_cmd(hci.SwitchRole(bd_addr=peer_address, role=hci.Role.CENTRAL))
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager.h117 virtual void SwitchRole(Address address, Role role);
Dacl_manager.cc325 void AclManager::SwitchRole(Address address, Role role) { in SwitchRole() function in bluetooth::hci::AclManager
Dacl_manager_test.cc788 acl_manager_->SwitchRole(connection_->GetAddress(), Role::PERIPHERAL); in TEST_F()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h196 void SwitchRole(CommandView command);
Dlink_layer_controller.h285 ErrorCode SwitchRole(Address bd_addr, bluetooth::hci::Role role);
Ddual_mode_controller.cc485 void DualModeController::SwitchRole(CommandView command) { in SwitchRole() function in rootcanal::DualModeController
493 auto status = link_layer_controller_.SwitchRole(command_view.GetBdAddr(), command_view.GetRole()); in SwitchRole()
3811 {OpCode::SWITCH_ROLE, &DualModeController::SwitchRole},
Dlink_layer_controller.cc5315 ErrorCode LinkLayerController::SwitchRole(Address bd_addr, bluetooth::hci::Role role) { in SwitchRole() function in rootcanal::LinkLayerController
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl1683 packet SwitchRole : Command (op_code = SWITCH_ROLE) {
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl1756 packet SwitchRole : ConnectionManagementCommand (op_code = SWITCH_ROLE) {