Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dacl_manager.cc101 auto le_connection_pair = le_impl_->le_acl_connections_.find(handle); in dequeue_and_route_acl_packet_to_connection() local
102 if (le_connection_pair == le_impl_->le_acl_connections_.end()) { in dequeue_and_route_acl_packet_to_connection()
106 le_connection_pair->second.assembler_.on_incoming_packet(*packet); in dequeue_and_route_acl_packet_to_connection()