Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c71 static uint8_t num_services; variable
540 for (rec_idx = 0U; rec_idx < num_services; rec_idx++) { in find_services()
607 for (idx = 0U; idx < num_services; idx++) { in sdp_svc_search_req()
644 for (; cont_state < num_services; cont_state++) { in sdp_svc_search_req()
1274 for (; next_svc < num_services; next_svc++) { in sdp_svc_search_att_req()
1459 if (num_services == BT_SDP_MAX_SERVICES) { in bt_sdp_register_service()
1469 service->index = num_services++; in bt_sdp_register_service()