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 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;
253 p_ccb->cont_offset += cur_handles;
279 num_rsp_handles, cur_handles, cont_offset,
280 cont_offset + cur_handles-1, is_cont); */
281 for (xx = cont_offset; xx < cont_offset + cur_handles; xx++
320 UINT16 max_list_len, len_to_send, cont_offset; local
577 UINT16 len_to_send, cont_offset; local
    [all...]
sdpint.h 215 UINT16 cont_offset; /* Continuation state data in the server response */ member in struct:__anon6336
  /external/bluetooth/bluedroid/stack/avdt/
avdt_scb_act.c 2089 UINT16 cont_offset = offset - AVDT_MEDIA_HDR_SIZE; local
    [all...]

Completed in 38 milliseconds