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.h190 auto& connection_proxy = emplace_pair.first->second; in on_le_connection_complete() local
194 connection_proxy.le_connection_management_callbacks_ = connection->GetEventCallbacks(); in on_le_connection_complete()
256 auto& connection_proxy = emplace_pair.first->second; in on_le_enhanced_connection_complete() local
260 connection_proxy.le_connection_management_callbacks_ = connection->GetEventCallbacks(); in on_le_enhanced_connection_complete()
Dclassic_impl.h278 auto& connection_proxy = conn_pair.first->second; in on_connection_complete() local
279 connection_proxy.connection_management_callbacks_ = connection->GetEventCallbacks(); in on_connection_complete()
283 connection_proxy.connection_management_callbacks_->OnRoleChange( in on_connection_complete()
288connection_proxy.connection_management_callbacks_->OnRoleChange(hci::ErrorCode::SUCCESS, current_r… in on_connection_complete()