Searched refs:currentServiceRecordCount (Results 1 – 1 of 1) sorted by relevance
674 uint16_t currentServiceRecordCount = big_endian_read_16(packet,offset); in sdp_client_parse_service_search_response() local676 if (currentServiceRecordCount > totalServiceRecordCount){ in sdp_client_parse_service_search_response()681 if (offset + currentServiceRecordCount * 4 > size) return; in sdp_client_parse_service_search_response()682 …arse_service_record_handle_list(packet+offset, totalServiceRecordCount, currentServiceRecordCount); in sdp_client_parse_service_search_response()683 offset+= currentServiceRecordCount * 4; in sdp_client_parse_service_search_response()