Searched refs:lists_byte_count (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/sdp/
H A Dsdp_discovery.c549 UINT16 param_len, lists_byte_count = 0; local
565 BE_STREAM_TO_UINT16 (lists_byte_count, p_reply);
567 SDP_TRACE_WARNING("lists_byte_count:%d", lists_byte_count);
571 if ((p_ccb->list_len + lists_byte_count) > SDP_MAX_LIST_BYTE_COUNT)
579 p_ccb->list_len, lists_byte_count);
583 memcpy (&p_ccb->rsp_list[p_ccb->list_len], p_reply, lists_byte_count);
584 p_ccb->list_len += lists_byte_count;
585 p_reply += lists_byte_count;

Completed in 748 milliseconds