Home
last modified time | relevance | path

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

/system/bt/bta/mce/
Dbta_mce_act.c68 bta_mce_cb.sdp_active = BTA_MCE_SDP_ACT_NONE; in bta_mce_search_cback()
155 APPL_TRACE_DEBUG("%s in, sdp_active:%d", __FUNCTION__, bta_mce_cb.sdp_active); in bta_mce_get_remote_mas_instances()
157 if (bta_mce_cb.sdp_active != BTA_MCE_SDP_ACT_NONE) in bta_mce_get_remote_mas_instances()
167 bta_mce_cb.sdp_active = BTA_MCE_SDP_ACT_YES; in bta_mce_get_remote_mas_instances()
176 bta_mce_cb.sdp_active = BTA_MCE_SDP_ACT_NONE; in bta_mce_get_remote_mas_instances()
Dbta_mce_int.h70 UINT8 sdp_active; /* see BTA_MCE_SDP_ACT_* */ member
/system/bt/bta/sdp/
Dbta_sdp_act.c391 bta_sdp_cb.sdp_active = BTA_SDP_ACTIVE_NONE; in bta_sdp_search_cback()
459 APPL_TRACE_DEBUG("%s in, sdp_active:%d", __func__, bta_sdp_cb.sdp_active); in bta_sdp_enable()
482 APPL_TRACE_DEBUG("%s in, sdp_active:%d", __func__, bta_sdp_cb.sdp_active); in bta_sdp_search()
484 if (bta_sdp_cb.sdp_active != BTA_SDP_ACTIVE_NONE) in bta_sdp_search()
499 bta_sdp_cb.sdp_active = BTA_SDP_ACTIVE_YES; in bta_sdp_search()
517 bta_sdp_cb.sdp_active = BTA_SDP_ACTIVE_NONE; in bta_sdp_search()
Dbta_sdp_int.h91 UINT8 sdp_active; /* see BTA_SDP_SDP_ACT_* */ member
/system/bt/bta/jv/
Dbta_jv_int.h387 UINT8 sdp_active; /* see BTA_JV_SDP_ACT_* */ member
Dbta_jv_act.c863 bta_jv_cb.sdp_active = BTA_JV_SDP_ACT_NONE; in bta_jv_start_discovery_cback()
902 APPL_TRACE_DEBUG("bta_jv_start_discovery in, sdp_active:%d", bta_jv_cb.sdp_active); in bta_jv_start_discovery()
903 if (bta_jv_cb.sdp_active != BTA_JV_SDP_ACT_NONE) in bta_jv_start_discovery()
925 bta_jv_cb.sdp_active = BTA_JV_SDP_ACT_YES; in bta_jv_start_discovery()
930 bta_jv_cb.sdp_active = BTA_JV_SDP_ACT_NONE; in bta_jv_start_discovery()