Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/hid/
Dhidh_api.cc48 static void hidh_search_callback(tSDP_RESULT sdp_result);
108 static void hidh_search_callback(tSDP_RESULT sdp_result) { in hidh_search_callback() argument
118 if (sdp_result != SDP_SUCCESS) { in hidh_search_callback()
119 hh_cb.sdp_cback(sdp_result, 0, NULL); in hidh_search_callback()
/packages/modules/Bluetooth/system/bta/test/
Dbta_sdp_test.cc103 .sdp_result = SDP_SUCCESS, in TEST_F()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc1195 const tSDP_RESULT sdp_result = p_data->sdp_event.sdp_result; in bta_dm_sdp_result() local
1197 if ((p_data->sdp_event.sdp_result == SDP_SUCCESS) || in bta_dm_sdp_result()
1198 (p_data->sdp_event.sdp_result == SDP_NO_RECS_MATCH) || in bta_dm_sdp_result()
1199 (p_data->sdp_event.sdp_result == SDP_DB_FULL)) { in bta_dm_sdp_result()
1200 APPL_TRACE_DEBUG("sdp_result::0x%x", p_data->sdp_event.sdp_result); in bta_dm_sdp_result()
1250 if (((p_data->sdp_event.sdp_result == SDP_DB_FULL) && in bta_dm_sdp_result()
1328 sdp_result_text(sdp_result).c_str(), in bta_dm_sdp_result()
1384 base::StringPrintf("Result:%s", sdp_result_text(sdp_result).c_str())); in bta_dm_sdp_result()
1385 LOG_ERROR("SDP connection failed %s", sdp_status_text(sdp_result).c_str()); in bta_dm_sdp_result()
1386 if (p_data->sdp_event.sdp_result == SDP_CONN_FAILED) in bta_dm_sdp_result()
[all …]
Dbta_dm_int.h155 tSDP_RESULT sdp_result; member