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.cc65 bta_mce_cb.sdp_active = BTA_MCE_SDP_ACT_NONE; in bta_mce_search_cback()
152 APPL_TRACE_DEBUG("%s in, sdp_active:%d", __func__, bta_mce_cb.sdp_active); in bta_mce_get_remote_mas_instances()
154 if (bta_mce_cb.sdp_active != BTA_MCE_SDP_ACT_NONE) { in bta_mce_get_remote_mas_instances()
166 bta_mce_cb.sdp_active = BTA_MCE_SDP_ACT_YES; in bta_mce_get_remote_mas_instances()
175 bta_mce_cb.sdp_active = BTA_MCE_SDP_ACT_NONE; in bta_mce_get_remote_mas_instances()
Dbta_mce_int.h65 uint8_t sdp_active; /* see BTA_MCE_SDP_ACT_* */ member
/system/bt/bta/sdp/
Dbta_sdp_int.h82 uint8_t sdp_active; /* see BTA_SDP_SDP_ACT_* */ member
Dbta_sdp_act.cc394 bta_sdp_cb.sdp_active = BTA_SDP_ACTIVE_NONE; in bta_sdp_search_cback()
467 APPL_TRACE_DEBUG("%s in, sdp_active:%d", __func__, bta_sdp_cb.sdp_active); in bta_sdp_enable()
491 APPL_TRACE_DEBUG("%s in, sdp_active:%d", __func__, bta_sdp_cb.sdp_active); in bta_sdp_search()
493 if (bta_sdp_cb.sdp_active != BTA_SDP_ACTIVE_NONE) { in bta_sdp_search()
509 bta_sdp_cb.sdp_active = BTA_SDP_ACTIVE_YES; in bta_sdp_search()
528 bta_sdp_cb.sdp_active = BTA_SDP_ACTIVE_NONE; in bta_sdp_search()
/system/bt/bta/jv/
Dbta_jv_int.h363 uint8_t sdp_active; /* see BTA_JV_SDP_ACT_* */ member
Dbta_jv_act.cc829 bta_jv_cb.sdp_active = BTA_JV_SDP_ACT_NONE; in bta_jv_start_discovery_cback()
870 bta_jv_cb.sdp_active); in bta_jv_start_discovery()
871 if (bta_jv_cb.sdp_active != BTA_JV_SDP_ACT_NONE) { in bta_jv_start_discovery()
898 bta_jv_cb.sdp_active = BTA_JV_SDP_ACT_YES; in bta_jv_start_discovery()
906 bta_jv_cb.sdp_active = BTA_JV_SDP_ACT_NONE; in bta_jv_start_discovery()