Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_cache.c185 p_srvc_cb->total_srvc = 0; in bta_gattc_init_cache()
216 for (i = 0; i < p_srvc_cb->total_srvc; i ++) in bta_gattc_get_srvc_inst_id()
548 p_srvc_cb->cur_char_idx = p_srvc_cb->next_avail_idx = p_srvc_cb->total_srvc; in bta_gattc_explore_srvc()
556 if (p_srvc_cb->cur_srvc_idx < p_srvc_cb->total_srvc) in bta_gattc_explore_srvc()
594 p_srvc_cb->cur_char_idx = p_srvc_cb->total_srvc; in bta_gattc_incl_srvc_disc_cmpl()
719 p_srvc_cb->total_srvc ++; in bta_gattc_add_srvc_to_list()
Dbta_gattc_int.h287 UINT8 total_srvc; member