Home
last modified time | relevance | path

Searched refs:StartRoleSwitch (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_legacy_hci_interface.h29 MOCK_METHOD(void, StartRoleSwitch, (const RawAddress& bd_addr, uint8_t role),
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_hcic_layer.cc118 virtual void StartRoleSwitch(const RawAddress& /* bd_addr */, in StartRoleSwitch() function in bluetooth::legacy::hci::MockInterface
/packages/modules/Bluetooth/system/stack/include/
Dhcimsgs.h49 virtual void StartRoleSwitch(const RawAddress& bd_addr,
/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc1640 void StartRoleSwitch(const RawAddress& bd_addr, uint8_t role) const override { in StartRoleSwitch() function in bluetooth::legacy::hci::InterfaceImpl
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc211 GetInterface().StartRoleSwitch(p_acl.remote_addr, in hci_start_role_switch_to_central()