Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dsdp_internal.h54 uint16_t total_recs; member
Dsdp.c585 uint16_t max_rec_count, total_recs = 0U, current_recs = 0U, res; in sdp_svc_search_req() local
633 total_recs = net_buf_pull_be16(buf); in sdp_svc_search_req()
650 total_recs++; in sdp_svc_search_req()
690 net_buf_add_be16(resp_buf, total_recs); in sdp_svc_search_req()
693 rsp->total_recs = sys_cpu_to_be16(total_recs); in sdp_svc_search_req()