Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c187 p_srvc_cb->total_srvc = 0; in bta_gattc_init_cache()
591 p_srvc_cb->cur_char_idx = p_srvc_cb->next_avail_idx = p_srvc_cb->total_srvc; in bta_gattc_explore_srvc()
598 if (p_srvc_cb->cur_srvc_idx < p_srvc_cb->total_srvc) { in bta_gattc_explore_srvc()
653 p_srvc_cb->cur_char_idx = p_srvc_cb->total_srvc; in bta_gattc_incl_srvc_disc_cmpl()
779 p_srvc_cb->total_srvc ++; in bta_gattc_add_srvc_to_list()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h262 UINT8 total_srvc; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c1304 p_cb->total_srvc = 0; in bta_hh_clear_service_cache()
1460 if (bta_hh_le_add_hid_srvc_entry(p_dev_cb, p_dev_cb->total_srvc)) { in bta_hh_le_search_result()
1461 p_dev_cb->total_srvc ++; in bta_hh_le_search_result()
1463 APPL_TRACE_DEBUG("num of hid service: %d", p_dev_cb->total_srvc); in bta_hh_le_search_result()
1555 if (p_data->status != BTA_GATT_OK || p_dev_cb->total_srvc == 0) { in bta_hh_le_srvc_search_cmpl()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h335 UINT8 total_srvc; member