Lines Matching refs:EattChannel
52 std::map<uint16_t, std::shared_ptr<EattChannel>> eatt_channels;
89 EattChannel* find_channel_by_cid(uint16_t lcid) { in find_channel_by_cid()
98 for (const std::pair<uint16_t, std::shared_ptr<EattChannel>>& el : in is_channel_connection_pending()
106 EattChannel* find_channel_by_cid(const RawAddress& bdaddr, uint16_t lcid) { in find_channel_by_cid()
177 EattChannel* channel = find_eatt_channel_by_cid(bda, cid); in eatt_l2cap_connect_ind_common()
180 auto chan = std::make_shared<EattChannel>(eatt_dev->bda_, cid, peer_mtu, in eatt_l2cap_connect_ind_common()
210 for (const std::pair<uint16_t, std::shared_ptr<EattChannel>>& el :
399 EattChannel* channel = this->find_channel_by_cid(bda, lcid); in eatt_l2cap_connect_cfm()
437 EattChannel* channel = find_channel_by_cid(bda, lcid); in eatt_l2cap_reconfig_completed()
478 EattChannel* channel = find_channel_by_cid(lcid); in eatt_l2cap_error_cb()
528 EattChannel* channel = find_channel_by_cid(eatt_dev->bda_, lcid); in eatt_l2cap_data_ind()
603 auto chan = std::make_shared<EattChannel>(eatt_dev->bda_, cid, 0,
619 EattChannel* find_eatt_channel_by_cid(const RawAddress& bd_addr, in find_eatt_channel_by_cid()
626 [&cid](const std::pair<uint16_t, std::shared_ptr<EattChannel>>& el) { in find_eatt_channel_by_cid()
633 EattChannel* find_eatt_channel_by_transid(const RawAddress& bd_addr, in find_eatt_channel_by_transid()
641 const std::pair<uint16_t, std::shared_ptr<EattChannel>>& el) { in find_eatt_channel_by_transid()
656 const std::pair<uint16_t, std::shared_ptr<EattChannel>>& el) { in is_indication_pending()
663 EattChannel* get_channel_available_for_indication(const RawAddress& bd_addr) { in get_channel_available_for_indication()
667 [](const std::pair<uint16_t, std::shared_ptr<EattChannel>>& el) { in get_channel_available_for_indication()
676 EattChannel* get_channel_available_for_client_request( in get_channel_available_for_client_request()
683 [](const std::pair<uint16_t, std::shared_ptr<EattChannel>>& el) { in get_channel_available_for_client_request()
698 EattChannel* channel = iter->second.get(); in free_gatt_resources()
712 [](const std::pair<uint16_t, std::shared_ptr<EattChannel>>& el) { in is_outstanding_msg_in_send_queue()
721 EattChannel* get_channel_with_queued_data(const RawAddress& bd_addr) { in get_channel_with_queued_data()
727 [](const std::pair<uint16_t, std::shared_ptr<EattChannel>>& el) { in get_channel_with_queued_data()
738 EattChannel* channel = (EattChannel*)data; in eatt_ind_ack_timeout()
746 EattChannel* channel = (EattChannel*)data; in eatt_ind_confirmation_timeout()
754 EattChannel* channel = find_eatt_channel_by_cid(bd_addr, cid); in start_indication_confirm_timer()
766 EattChannel* channel = find_eatt_channel_by_cid(bd_addr, cid); in stop_indication_confirm_timer()
776 EattChannel* channel = find_eatt_channel_by_cid(bd_addr, cid); in start_app_indication_timer()
787 EattChannel* channel = find_eatt_channel_by_cid(bd_addr, cid); in stop_app_indication_timer()
803 EattChannel* channel = find_eatt_channel_by_cid(bd_addr, cid); in reconfigure()