Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_server.c174 UINT16 max_replies, cur_handles, rem_handles, cont_offset; in process_service_search() local
239 cur_handles = (UINT16)((p_ccb->rem_mtu_size - SDP_MAX_SERVICE_RSPHDR_LEN) / 4); in process_service_search()
241 if (rem_handles <= cur_handles) { in process_service_search()
242 cur_handles = rem_handles; in process_service_search()
244 p_ccb->cont_offset += cur_handles; in process_service_search()
266 UINT16_TO_BE_STREAM (p_rsp, cur_handles); in process_service_search()
271 for (xx = cont_offset; xx < cont_offset + cur_handles; xx++) { in process_service_search()
Dsdp_discovery.c275 UINT16 total, cur_handles, orig; in process_service_search_rsp() local
281 BE_STREAM_TO_UINT16 (cur_handles, p_reply); in process_service_search_rsp()
284 p_ccb->num_handles += cur_handles; in process_service_search_rsp()