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.cc448 p_srvc_cb->total_char = 0; in bta_gattc_start_disc_char()
547 if (p_srvc_cb->total_char > 0) { in bta_gattc_char_disc_cmpl()
575 if (--p_srvc_cb->total_char > 0) { in bta_gattc_char_dscpt_disc_cmpl()
679 p_srvc_cb->total_char++; in bta_gattc_add_char_to_list()
689 if (p_srvc_cb->total_char > 1) { in bta_gattc_add_char_to_list()
Dbta_gattc_int.h261 uint8_t total_char; member