HomeSort by relevance Sort by last modified time
    Searched full:list_byte_count (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluedroid/stack/sdp/
sdp_discovery.c 439 UINT16 param_len, list_byte_count; local
456 BE_STREAM_TO_UINT16 (list_byte_count, p_reply);
458 SDP_TRACE_WARNING1("list_byte_count:%d", list_byte_count);
462 if ((p_ccb->list_len + list_byte_count) > SDP_MAX_LIST_BYTE_COUNT)
469 SDP_TRACE_WARNING2("list_len: %d, list_byte_count: %d",
470 p_ccb->list_len, list_byte_count);
482 memcpy (&p_ccb->rsp_list[p_ccb->list_len], p_reply, list_byte_count);
483 p_ccb->list_len += list_byte_count;
484 p_reply += list_byte_count;
    [all...]

Completed in 24 milliseconds