Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_cache.c448 p_srvc_cb->total_char = 0; in bta_gattc_start_disc_char()
552 if (p_srvc_cb->total_char > 0) in bta_gattc_char_disc_cmpl()
584 if (-- p_srvc_cb->total_char > 0) in bta_gattc_char_dscpt_disc_cmpl()
702 p_srvc_cb->total_char ++; in bta_gattc_add_char_to_list()
711 if (p_srvc_cb->total_char > 1) in bta_gattc_add_char_to_list()
Dbta_gattc_int.h290 UINT8 total_char; member