Searched refs:SwitchRole (Results 1 – 9 of 9) sorted by relevance
14 rpc SwitchRole(RoleMsg) returns (google.protobuf.Empty) {} rpc
96 virtual void SwitchRole(Address address, Role role);
208 void AclManager::SwitchRole(Address address, Role role) { in SwitchRole() function in bluetooth::hci::AclManager
857 acl_manager_->SwitchRole(connection_->GetAddress(), Role::SLAVE); in TEST_F()
1276 packet SwitchRole : ConnectionManagementCommand (op_code = SWITCH_ROLE) {
152 void SwitchRole(CommandPacketView args);
261 ErrorCode SwitchRole(Address bd_addr, uint8_t role);
114 SET_HANDLER(OpCode::SWITCH_ROLE, SwitchRole); in DualModeController()543 void DualModeController::SwitchRole(CommandPacketView command) { in SwitchRole() function in test_vendor_lib::DualModeController548 auto status = link_layer_controller_.SwitchRole( in SwitchRole()
1695 ErrorCode LinkLayerController::SwitchRole(Address /* bd_addr */, in SwitchRole() function in test_vendor_lib::LinkLayerController