Home
last modified time | relevance | path

Searched refs:connection_proxy (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/hci/acl_manager/
Dle_impl.h150 auto& connection_proxy = check_and_get_le_connection(handle); in on_le_connection_complete() local
157 connection_proxy.le_connection_management_callbacks_ = connection->GetEventCallbacks(); in on_le_connection_complete()
203 auto& connection_proxy = check_and_get_le_connection(handle); in on_le_enhanced_connection_complete() local
211 connection_proxy.le_connection_management_callbacks_ = connection->GetEventCallbacks(); in on_le_enhanced_connection_complete()
Dclassic_impl.h218 auto& connection_proxy = check_and_get_connection(handle); in on_connection_complete() local
219 connection_proxy.connection_management_callbacks_ = connection->GetEventCallbacks(); in on_connection_complete()
220 connection_proxy.connection_management_callbacks_->OnRoleChange(current_role); in on_connection_complete()