Searched refs:OnLeDisconnection (Results 1 – 4 of 4) sorted by relevance
45 void OnLeDisconnection(core::AddressWithType addr) const { in OnLeDisconnection() function114 virtual void OnLeDisconnection(hci::AddressWithType address) { in OnLeDisconnection() function115 callbacks_.value()->OnLeDisconnection(ToRustAddress(address)); in OnLeDisconnection()
39 virtual void OnLeDisconnection(AddressWithType) = 0;
239 MOCK_METHOD(void, OnLeDisconnection, (AddressWithType address), (override));1523 EXPECT_CALL(callbacks, OnLeDisconnection(_)).WillOnce([&](AddressWithType addr) { in TEST_F()
547 le_acceptlist_callbacks_->OnLeDisconnection(remote_address); in on_le_disconnect()