Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h675 iter = conn_hdl_to_bis_map_.find(handle); in handle_gd_num_completed_pkts()
676 if (iter != conn_hdl_to_bis_map_.end()) { in handle_gd_num_completed_pkts()
721 conn_hdl_to_bis_map_[conn_handle] = std::move(bis); in process_create_big_cmpl_pkt()
746 auto bis_it = conn_hdl_to_bis_map_.cbegin(); in process_terminate_big_cmpl_pkt()
747 while (bis_it != conn_hdl_to_bis_map_.cend()) { in process_terminate_big_cmpl_pkt()
749 bis_it = conn_hdl_to_bis_map_.erase(bis_it); in process_terminate_big_cmpl_pkt()
873 auto bis_it = conn_hdl_to_bis_map_.find(bis_conn_handle); in GetBisIfKnown()
874 return (bis_it != conn_hdl_to_bis_map_.end()) ? bis_it->second.get() in GetBisIfKnown()
894 std::find_if(conn_hdl_to_bis_map_.cbegin(), conn_hdl_to_bis_map_.cend(), in IsBigKnown()
898 return (bis_it != conn_hdl_to_bis_map_.cend()); in IsBigKnown()
[all …]