Searched refs:cont_offset (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_server.c172 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; x
306 UINT16 max_list_len, len_to_send, cont_offset; local
557 UINT16 len_to_send, cont_offset; local
[all...]
H A Dsdpint.h215 UINT16 cont_offset; /* Continuation state data in the server response */ member in struct:__anon1442
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_scb_act.c2044 UINT16 cont_offset = offset - AVDT_MEDIA_HDR_SIZE; local
2055 offset = cont_offset;
2096 offset = cont_offset;

Completed in 271 milliseconds