Home
last modified time | relevance | path

Searched refs:cur_handles (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/sdp/
Dsdp_server.c180 UINT16 max_replies, cur_handles, rem_handles, cont_offset; in process_service_search() local
250 cur_handles = (UINT16)((p_ccb->rem_mtu_size - SDP_MAX_SERVICE_RSPHDR_LEN) / 4); in process_service_search()
252 if (rem_handles <= cur_handles) in process_service_search()
253 cur_handles = rem_handles; in process_service_search()
256 p_ccb->cont_offset += cur_handles; in process_service_search()
275 UINT16_TO_BE_STREAM (p_rsp, cur_handles); in process_service_search()
280 for (xx = cont_offset; xx < cont_offset + cur_handles; xx++) in process_service_search()
Dsdp_discovery.c286 UINT16 total, cur_handles, orig; in process_service_search_rsp() local
292 BE_STREAM_TO_UINT16 (cur_handles, p_reply); in process_service_search_rsp()
295 p_ccb->num_handles += cur_handles; in process_service_search_rsp()