Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_cache.c189 p_srvc_cb->total_srvc = 0; in bta_gattc_init_cache()
220 for (i = 0; i < p_srvc_cb->total_srvc; i ++) in bta_gattc_get_srvc_inst_id()
580 p_srvc_cb->cur_char_idx = p_srvc_cb->next_avail_idx = p_srvc_cb->total_srvc; in bta_gattc_explore_srvc()
588 if (p_srvc_cb->cur_srvc_idx < p_srvc_cb->total_srvc) in bta_gattc_explore_srvc()
625 p_srvc_cb->cur_char_idx = p_srvc_cb->total_srvc; in bta_gattc_incl_srvc_disc_cmpl()
758 p_srvc_cb->total_srvc ++; in bta_gattc_add_srvc_to_list()
Dbta_gattc_int.h335 UINT8 total_srvc; member
/system/bt/bta/hh/
Dbta_hh_int.h273 UINT8 total_srvc; member
Dbta_hh_le.c1365 p_cb->total_srvc = 0; in bta_hh_clear_service_cache()
1534 if (bta_hh_le_add_hid_srvc_entry(p_dev_cb, p_dev_cb->total_srvc)) in bta_hh_le_search_result()
1535 p_dev_cb->total_srvc ++; in bta_hh_le_search_result()
1536 APPL_TRACE_DEBUG("num of hid service: %d", p_dev_cb->total_srvc); in bta_hh_le_search_result()
1633 if(p_data->status != BTA_GATT_OK || p_dev_cb->total_srvc == 0) in bta_hh_le_srvc_search_cmpl()