Searched refs:sdp_result (Results 1 – 3 of 3) sorted by relevance
42 static void hidh_search_callback (UINT16 sdp_result);100 static void hidh_search_callback (UINT16 sdp_result) in hidh_search_callback() argument114 if (sdp_result != SDP_SUCCESS) in hidh_search_callback()116 hh_cb.sdp_cback(sdp_result, 0, NULL); in hidh_search_callback()
1673 if((p_data->sdp_event.sdp_result == SDP_SUCCESS) in bta_dm_sdp_result()1674 || (p_data->sdp_event.sdp_result == SDP_NO_RECS_MATCH) in bta_dm_sdp_result()1675 || (p_data->sdp_event.sdp_result == SDP_DB_FULL)) in bta_dm_sdp_result()1677 APPL_TRACE_DEBUG("sdp_result::0x%x", p_data->sdp_event.sdp_result); in bta_dm_sdp_result()1740 if(((p_data->sdp_event.sdp_result == SDP_DB_FULL) && in bta_dm_sdp_result()1904 …if(p_data->sdp_event.sdp_result == SDP_CONN_FAILED || p_data->sdp_event.sdp_result == SDP_CONN_REJ… in bta_dm_sdp_result()1905 || p_data->sdp_event.sdp_result == SDP_SECURITY_ERR) in bta_dm_sdp_result()2560 p_msg->sdp_result = sdp_status; in bta_dm_sdp_callback()
361 UINT16 sdp_result; member