Home
last modified time | relevance | path

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

/system/bt/stack/hid/
Dhidh_api.cc43 static void hidh_search_callback(tSDP_RESULT sdp_result);
91 static void hidh_search_callback(tSDP_RESULT sdp_result) { in hidh_search_callback() argument
101 if (sdp_result != SDP_SUCCESS) { in hidh_search_callback()
102 hh_cb.sdp_cback(sdp_result, 0, NULL); in hidh_search_callback()
/system/bt/bta/dm/
Dbta_dm_act.cc1074 if ((p_data->sdp_event.sdp_result == SDP_SUCCESS) || in bta_dm_sdp_result()
1075 (p_data->sdp_event.sdp_result == SDP_NO_RECS_MATCH) || in bta_dm_sdp_result()
1076 (p_data->sdp_event.sdp_result == SDP_DB_FULL)) { in bta_dm_sdp_result()
1077 APPL_TRACE_DEBUG("sdp_result::0x%x", p_data->sdp_event.sdp_result); in bta_dm_sdp_result()
1126 if (((p_data->sdp_event.sdp_result == SDP_DB_FULL) && in bta_dm_sdp_result()
1237 if (p_data->sdp_event.sdp_result == SDP_CONN_FAILED) in bta_dm_sdp_result()
1794 p_msg->sdp_result = static_cast<uint16_t>(sdp_status); in bta_dm_sdp_callback()
Dbta_dm_int.h132 uint16_t sdp_result; member