Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dsdp.c467 struct bt_sdp_record **matching_recs) in find_services() argument
495 bt_sdp_foreach_svc(insert_record, matching_recs); in find_services()
538 record = matching_recs[rec_idx]; in find_services()
560 matching_recs[rec_idx] = NULL; in find_services()
584 struct bt_sdp_record *matching_recs[BT_SDP_MAX_SERVICES]; in sdp_svc_search_req() local
589 res = find_services(buf, matching_recs); in sdp_svc_search_req()
606 matching_recs[idx] = NULL; in sdp_svc_search_req()
610 if (matching_recs[idx]) { in sdp_svc_search_req()
642 record = matching_recs[cont_state]; in sdp_svc_search_req()
1182 struct bt_sdp_record *matching_recs[BT_SDP_MAX_SERVICES]; in sdp_svc_search_att_req() local
[all …]