OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lists_byte_count
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluedroid/stack/sdp/
sdp_discovery.c
599
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
;
[
all
...]
Completed in 309 milliseconds