HomeSort by relevance Sort by last modified time
    Searched refs:cont_offset (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/sdp/
sdp_server.c 180 UINT16 max_replies, cur_handles, rem_handles, cont_offset; local
231 BE_STREAM_TO_UINT16 (cont_offset, p_req);
233 if (cont_offset != p_ccb->cont_offset)
240 rem_handles = num_rsp_handles - cont_offset; /* extract the remaining handles */
245 cont_offset = 0;
246 p_ccb->cont_offset = 0;
256 p_ccb->cont_offset += cur_handles;
278 num_rsp_handles, cur_handles, cont_offset,
279 cont_offset + cur_handles-1, is_cont); *
319 UINT16 max_list_len, len_to_send, cont_offset; local
550 UINT16 len_to_send, cont_offset; local
    [all...]
sdpint.h 211 UINT16 cont_offset; /* Continuation state data in the server response */ member in struct:__anon72868
  /system/bt/stack/avdt/
avdt_scb_act.c 2085 UINT16 cont_offset = offset - AVDT_MEDIA_HDR_SIZE; local
    [all...]

Completed in 3052 milliseconds