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

  /system/bt/stack/sdp/
sdp_server.c 177 UINT16 max_replies, cur_handles, rem_handles, cont_offset; local
229 BE_STREAM_TO_UINT16 (cont_offset, p_req);
231 if (cont_offset != p_ccb->cont_offset)
238 rem_handles = num_rsp_handles - cont_offset; /* extract the remaining handles */
243 cont_offset = 0;
244 p_ccb->cont_offset = 0;
254 p_ccb->cont_offset += cur_handles;
280 num_rsp_handles, cur_handles, cont_offset,
281 cont_offset + cur_handles-1, is_cont); *
321 UINT16 max_list_len, len_to_send, cont_offset; local
589 UINT16 len_to_send, cont_offset; local
    [all...]
sdpint.h 212 UINT16 cont_offset; /* Continuation state data in the server response */ member in struct:__anon69782
  /system/bt/stack/avdt/
avdt_scb_act.c 2095 UINT16 cont_offset = offset - AVDT_MEDIA_HDR_SIZE; local
    [all...]

Completed in 62 milliseconds