Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c589 uint8_t cont_state_size, cont_state = 0U, idx = 0U, count = 0U; in sdp_svc_search_req() local
632 cont_state = net_buf_pull_u8(buf); in sdp_svc_search_req()
639 LOG_DBG("max_rec_count %u, cont_state %u", max_rec_count, cont_state); in sdp_svc_search_req()
644 for (; cont_state < num_services; cont_state++) { in sdp_svc_search_req()
645 record = matching_recs[cont_state]; in sdp_svc_search_req()
669 LOG_DBG("Packet full, num_services_covered %u", cont_state); in sdp_svc_search_req()
671 net_buf_add_u8(resp_buf, cont_state); in sdp_svc_search_req()