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

  /external/bluetooth/bluedroid/stack/sdp/
sdp_server.c 172 UINT16 max_replies, cur_handles, rem_handles, cont_offset; local
215 BE_STREAM_TO_UINT16 (cont_offset, p_req);
217 if (cont_offset != p_ccb->cont_offset)
224 rem_handles = num_rsp_handles - cont_offset; /* extract the remaining handles */
229 cont_offset = 0;
239 p_ccb->cont_offset += cur_handles;
265 num_rsp_handles, cur_handles, cont_offset,
266 cont_offset + cur_handles-1, is_cont); */
267 for (xx = cont_offset; xx < cont_offset + cur_handles; xx++
306 UINT16 max_list_len, len_to_send, cont_offset; local
557 UINT16 len_to_send, cont_offset; local
    [all...]
sdpint.h 215 UINT16 cont_offset; /* Continuation state data in the server response */ member in struct:__anon3974
  /external/bluetooth/bluedroid/stack/avdt/
avdt_scb_act.c 2047 UINT16 cont_offset = offset - AVDT_MEDIA_HDR_SIZE; local
    [all...]

Completed in 2726 milliseconds