Home
last modified time | relevance | path

Searched refs:SwitchRole (Results 1 – 10 of 10) 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.h112 virtual void SwitchRole(Address address, Role role);
Dacl_manager.cc238 void AclManager::SwitchRole(Address address, Role role) { in SwitchRole() function in bluetooth::hci::AclManager
Dacl_manager_test.cc975 acl_manager_->SwitchRole(connection_->GetAddress(), Role::PERIPHERAL); in TEST_F()
Dhci_packets.pdl1539 packet SwitchRole : ConnectionManagementCommand (op_code = SWITCH_ROLE) {
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.h161 void SwitchRole(CommandView args);
Dlink_layer_controller.h325 ErrorCode SwitchRole(Address bd_addr, uint8_t role);
Ddual_mode_controller.cc127 SET_SUPPORTED(SWITCH_ROLE, SwitchRole); in DualModeController()
606 void DualModeController::SwitchRole(CommandView command) { in SwitchRole() function in test_vendor_lib::DualModeController
612 auto status = link_layer_controller_.SwitchRole( in SwitchRole()
Dlink_layer_controller.cc2326 ErrorCode LinkLayerController::SwitchRole(Address /* bd_addr */, in SwitchRole() function in test_vendor_lib::LinkLayerController
/system/bt/main/shim/
Dl2c_api.cc1590 GetAclManager()->SwitchRole(ToGdAddress(addr), bluetooth::hci::Role::CENTRAL); in L2CA_SwitchRoleToCentral()