Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_gatt_multi_adv_util.c46 static int user_app_count = 0; variable
90 ++user_app_count; in btif_gattc_incr_app_count()
95 if (user_app_count > 0) in btif_gattc_decr_app_count()
96 user_app_count --; in btif_gattc_decr_app_count()
98 if(user_app_count == 0 && NULL != p_multi_adv_com_data_cb) in btif_gattc_decr_app_count()