Home
last modified time | relevance | path

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

/system/bt/gd/hci/facade/
Dacl_manager_facade.proto14 rpc SwitchRole(RoleMsg) returns (google.protobuf.Empty) {} rpc
/system/bt/gd/hci/
Dacl_manager.h96 virtual void SwitchRole(Address address, Role role);
Dacl_manager.cc208 void AclManager::SwitchRole(Address address, Role role) { in SwitchRole() function in bluetooth::hci::AclManager
Dacl_manager_test.cc857 acl_manager_->SwitchRole(connection_->GetAddress(), Role::SLAVE); in TEST_F()
Dhci_packets.pdl1276 packet SwitchRole : ConnectionManagementCommand (op_code = SWITCH_ROLE) {
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.h152 void SwitchRole(CommandPacketView args);
Dlink_layer_controller.h261 ErrorCode SwitchRole(Address bd_addr, uint8_t role);
Ddual_mode_controller.cc114 SET_HANDLER(OpCode::SWITCH_ROLE, SwitchRole); in DualModeController()
543 void DualModeController::SwitchRole(CommandPacketView command) { in SwitchRole() function in test_vendor_lib::DualModeController
548 auto status = link_layer_controller_.SwitchRole( in SwitchRole()
Dlink_layer_controller.cc1695 ErrorCode LinkLayerController::SwitchRole(Address /* bd_addr */, in SwitchRole() function in test_vendor_lib::LinkLayerController