Home
last modified time | relevance | path

Searched refs:switch_role (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/rust/link/src/acl/classic/
Dfacade.rs66 fn switch_role(&mut self, _ctx: RpcContext<'_>, mut _data: RoleMsg, _sink: UnarySink<Empty>) { in switch_role() method
/system/bt/gd/hci/
Dacl_manager.cc239 CallOn(pimpl_->classic_impl_, &classic_impl::switch_role, address, role); in SwitchRole()
/system/bt/gd/hci/acl_manager/
Dclassic_impl.h382 void switch_role(Address address, Role role) { in switch_role() function