Searched refs:SwitchRole (Results 1 – 10 of 10) sorted by relevance
14 rpc SwitchRole(RoleMsg) returns (google.protobuf.Empty) {} rpc
112 virtual void SwitchRole(Address address, Role role);
238 void AclManager::SwitchRole(Address address, Role role) { in SwitchRole() function in bluetooth::hci::AclManager
975 acl_manager_->SwitchRole(connection_->GetAddress(), Role::PERIPHERAL); in TEST_F()
1539 packet SwitchRole : ConnectionManagementCommand (op_code = SWITCH_ROLE) {
161 void SwitchRole(CommandView args);
325 ErrorCode SwitchRole(Address bd_addr, uint8_t role);
127 SET_SUPPORTED(SWITCH_ROLE, SwitchRole); in DualModeController()606 void DualModeController::SwitchRole(CommandView command) { in SwitchRole() function in test_vendor_lib::DualModeController612 auto status = link_layer_controller_.SwitchRole( in SwitchRole()
2326 ErrorCode LinkLayerController::SwitchRole(Address /* bd_addr */, in SwitchRole() function in test_vendor_lib::LinkLayerController
1590 GetAclManager()->SwitchRole(ToGdAddress(addr), bluetooth::hci::Role::CENTRAL); in L2CA_SwitchRoleToCentral()