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

/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_discovery.c599 UINT16 param_len, lists_byte_count = 0; local
615 BE_STREAM_TO_UINT16 (lists_byte_count, p_reply);
617 SDP_TRACE_WARNING1("lists_byte_count:%d", lists_byte_count);
621 if ((p_ccb->list_len + lists_byte_count) > SDP_MAX_LIST_BYTE_COUNT)
629 p_ccb->list_len, lists_byte_count);
641 memcpy (&p_ccb->rsp_list[p_ccb->list_len], p_reply, lists_byte_count);
642 p_ccb->list_len += lists_byte_count;
643 p_reply += lists_byte_count;

Completed in 157 milliseconds