Searched refs:removeDeviceFromProfiles (Results 1 – 6 of 6) sorted by relevance
29 void removeDeviceFromProfiles(const RawAddress& bd_addr) override;
120 void MockCoreInterface::removeDeviceFromProfiles(const RawAddress& /* bd_addr */) {} in removeDeviceFromProfiles() function in MockCoreInterface
112 MOCK_METHOD((void), removeDeviceFromProfiles, (const RawAddress& bd_addr), ());
133 virtual void removeDeviceFromProfiles(const RawAddress& bd_addr) = 0;
293 void removeDeviceFromProfiles(const RawAddress& bd_addr) override { in removeDeviceFromProfiles() function
2105 GetInterfaceToProfiles()->removeDeviceFromProfiles(bd_addr); in btif_dm_sec_evt()