Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dacl_manager.cc97 auto connection_pair = classic_impl_->acl_connections_.find(handle); in dequeue_and_route_acl_packet_to_connection() local
98 if (connection_pair != classic_impl_->acl_connections_.end()) { in dequeue_and_route_acl_packet_to_connection()
99 connection_pair->second.assembler_.on_incoming_packet(*packet); in dequeue_and_route_acl_packet_to_connection()
/system/bt/gd/hci/acl_manager/
Dclassic_impl.h519 for (auto& connection_pair : acl_connections_) { in on_role_change()
520 if (connection_pair.second.address_with_type_.GetAddress() == bd_addr) { in on_role_change()
521 connection_pair.second.connection_management_callbacks_->OnRoleChange(hci_status, new_role); in on_role_change()