Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/main/shim/
Dacl.cc907 handle_to_le_connection_map_; member
939 return handle_to_le_connection_map_.find(handle) != in IsLeAcl()
940 handle_to_le_connection_map_.end(); in IsLeAcl()
947 handle_to_le_connection_map_[handle]->EnqueuePacket(std::move(packet)); in EnqueueLePacket()
987 for (auto& connection : handle_to_le_connection_map_) { in DisconnectLeConnections()
999 auto found = handle_to_le_connection_map_.find(handle); in DisconnectLeConnections()
1000 if (found != handle_to_le_connection_map_.end()) { in DisconnectLeConnections()
1010 for (auto& connection : handle_to_le_connection_map_) { in ShutdownLeConnections()
1013 handle_to_le_connection_map_.clear(); in ShutdownLeConnections()
1027 if (!handle_to_le_connection_map_.empty()) { in FinalShutdown()
[all …]