Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc76 bool is_svc_chg);
475 bool is_svc_chg = (p_clcb->request_during_discovery == in bta_gattc_op_cmpl_during_discovery() local
477 bta_gattc_read_db_hash_cmpl(p_clcb, &p_data->op_cmpl, is_svc_chg); in bta_gattc_op_cmpl_during_discovery()
721 bool bta_gattc_read_db_hash(tBTA_GATTC_CLCB* p_clcb, bool is_svc_chg) { in bta_gattc_read_db_hash() argument
734 if (is_svc_chg) { in bta_gattc_read_db_hash()
747 bool is_svc_chg) { in bta_gattc_read_db_hash_cmpl() argument
791 if (!is_svc_chg && is_a_bonded_dev) { in bta_gattc_read_db_hash_cmpl()
800 is_svc_chg, is_a_bonded_dev); in bta_gattc_read_db_hash_cmpl()
Dbta_gattc_act.cc832 bool is_svc_chg);
859 bool is_svc_chg = p_clcb->p_srcb->srvc_hdl_chg; in bta_gattc_start_discover() local
879 is_svc_chg); in bta_gattc_start_discover()
912 bool is_svc_chg = p_clcb->p_srcb->srvc_hdl_chg; in bta_gattc_continue_discovery_if_needed() local
917 is_svc_chg); in bta_gattc_continue_discovery_if_needed()
922 bool is_svc_chg) { in bta_gattc_continue_with_version_and_cache_known() argument
934 bta_gattc_read_db_hash(p_clcb, is_svc_chg)) { in bta_gattc_continue_with_version_and_cache_known()
Dbta_gattc_int.h519 bool bta_gattc_read_db_hash(tBTA_GATTC_CLCB* p_clcb, bool is_svc_chg);