Home
last modified time | relevance | path

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

/system/bt/gd/hci/acl_manager/
Dclassic_impl.h37 ConnectionManagementCallbacks* connection_management_callbacks_ = nullptr; member
74 return conn->second.connection_management_callbacks_; in get_callbacks()
279 connection_proxy.connection_management_callbacks_ = connection->GetEventCallbacks(); in on_connection_complete()
283 connection_proxy.connection_management_callbacks_->OnRoleChange( in on_connection_complete()
288 …connection_proxy.connection_management_callbacks_->OnRoleChange(hci::ErrorCode::SUCCESS, current_r… in on_connection_complete()
521 connection_pair.second.connection_management_callbacks_->OnRoleChange(hci_status, new_role); in on_role_change()