Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dsdp_client.c671 uint16_t totalServiceRecordCount = big_endian_read_16(packet,offset); in sdp_client_parse_service_search_response() local
676 if (currentServiceRecordCount > totalServiceRecordCount){ in sdp_client_parse_service_search_response()
682 …sdp_client_parse_service_record_handle_list(packet+offset, totalServiceRecordCount, currentService… in sdp_client_parse_service_search_response()