Lines Matching refs:avrcp_sdp_query_context
92 static avrcp_sdp_query_context_t avrcp_sdp_query_context; variable
612 return avrcp_sdp_query_context.browsing_l2cap_psm; in avrcp_sdp_query_browsing_l2cap_psm()
624 if (sdp_event_query_attribute_byte_get_record_id(packet) != avrcp_sdp_query_context.record_id) { in avrcp_handle_sdp_client_query_attribute_value()
625 avrcp_sdp_query_context.record_id = sdp_event_query_attribute_byte_get_record_id(packet); in avrcp_handle_sdp_client_query_attribute_value()
626 avrcp_sdp_query_context.parse_sdp_record = 0; in avrcp_handle_sdp_client_query_attribute_value()
645 avrcp_sdp_query_context.parse_sdp_record = 1; in avrcp_handle_sdp_client_query_attribute_value()
654 if (!avrcp_sdp_query_context.parse_sdp_record) break; in avrcp_handle_sdp_client_query_attribute_value()
671 …de_element_get_uint16(des_iterator_get_element(&protocol_it), &avrcp_sdp_query_context.avrcp_l2cap… in avrcp_handle_sdp_client_query_attribute_value()
675 …de_element_get_uint16(des_iterator_get_element(&protocol_it), &avrcp_sdp_query_context.avrcp_versi… in avrcp_handle_sdp_client_query_attribute_value()
684 if (!avrcp_sdp_query_context.parse_sdp_record) break; in avrcp_handle_sdp_client_query_attribute_value()
716 … &avrcp_sdp_query_context.browsing_l2cap_psm); in avrcp_handle_sdp_client_query_attribute_value()
720 … &avrcp_sdp_query_context.cover_art_l2cap_psm); in avrcp_handle_sdp_client_query_attribute_value()
729 … &avrcp_sdp_query_context.browsing_version); in avrcp_handle_sdp_client_query_attribute_value()
752 if (avrcp_sdp_query_context.avrcp_l2cap_psm == 0){ in avrcp_signaling_handle_sdp_query_complete()
791 connection->avrcp_l2cap_psm = avrcp_sdp_query_context.avrcp_l2cap_psm; in avrcp_handle_sdp_query_completed()
792 connection->browsing_version = avrcp_sdp_query_context.browsing_version; in avrcp_handle_sdp_query_completed()
793 connection->browsing_l2cap_psm = avrcp_sdp_query_context.browsing_l2cap_psm; in avrcp_handle_sdp_query_completed()
795 connection->cover_art_psm = avrcp_sdp_query_context.cover_art_l2cap_psm; in avrcp_handle_sdp_query_completed()
821 … = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_TARGET, avrcp_sdp_query_context.avrcp_cid… in avrcp_handle_sdp_client_query_result()
822 … = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, avrcp_sdp_query_context.avrcp_cid… in avrcp_handle_sdp_client_query_result()
828 avrcp_sdp_query_context.avrcp_cid = 0; in avrcp_handle_sdp_client_query_result()
848 avrcp_sdp_query_context.avrcp_cid = 0; in avrcp_handle_sdp_client_query_result()
861 … = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_TARGET, avrcp_sdp_query_context.avrcp_cid… in avrcp_handle_start_sdp_client_query()
862 … = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, avrcp_sdp_query_context.avrcp_cid… in avrcp_handle_start_sdp_client_query()
878 if (avrcp_sdp_query_context.avrcp_cid != 0) { in avrcp_start_next_sdp_query()
888 avrcp_sdp_query_context.avrcp_cid = connection->avrcp_cid; in avrcp_start_next_sdp_query()
889 avrcp_sdp_query_context.avrcp_l2cap_psm = 0; in avrcp_start_next_sdp_query()
890 avrcp_sdp_query_context.avrcp_version = 0; in avrcp_start_next_sdp_query()
1264 (void) memset(&avrcp_sdp_query_context, 0, sizeof(avrcp_sdp_query_context_t)); in avrcp_deinit()