Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_cache.c170 p_srvc_cb->total_srvc = 0; in bta_gattc_init_cache()
485 p_srvc_cb->cur_char_idx = p_srvc_cb->next_avail_idx = p_srvc_cb->total_srvc; in bta_gattc_explore_srvc()
493 if (p_srvc_cb->cur_srvc_idx < p_srvc_cb->total_srvc) in bta_gattc_explore_srvc()
533 p_srvc_cb->cur_char_idx = p_srvc_cb->total_srvc; in bta_gattc_incl_srvc_disc_cmpl()
665 p_srvc_cb->total_srvc ++; in bta_gattc_add_srvc_to_list()
Dbta_gattc_int.h289 UINT8 total_srvc; member