Home
last modified time | relevance | path

Searched refs:OnLeDisconnection (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/connection/ffi/
Dconnection_shim.cc45 void OnLeDisconnection(core::AddressWithType addr) const { in OnLeDisconnection() function
114 virtual void OnLeDisconnection(hci::AddressWithType address) { in OnLeDisconnection() function
115 callbacks_.value()->OnLeDisconnection(ToRustAddress(address)); in OnLeDisconnection()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acceptlist_callbacks.h39 virtual void OnLeDisconnection(AddressWithType) = 0;
Dle_impl_test.cc239 MOCK_METHOD(void, OnLeDisconnection, (AddressWithType address), (override));
1523 EXPECT_CALL(callbacks, OnLeDisconnection(_)).WillOnce([&](AddressWithType addr) { in TEST_F()
Dle_impl.h547 le_acceptlist_callbacks_->OnLeDisconnection(remote_address); in on_le_disconnect()