Home
last modified time | relevance | path

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

/system/bt/stack/hid/
Dhidh_api.c42 static void hidh_search_callback (UINT16 sdp_result);
100 static void hidh_search_callback (UINT16 sdp_result) in hidh_search_callback() argument
114 if (sdp_result != SDP_SUCCESS) in hidh_search_callback()
116 hh_cb.sdp_cback(sdp_result, 0, NULL); in hidh_search_callback()
/system/bt/bta/dm/
Dbta_dm_act.c1606 if((p_data->sdp_event.sdp_result == SDP_SUCCESS) in bta_dm_sdp_result()
1607 || (p_data->sdp_event.sdp_result == SDP_NO_RECS_MATCH) in bta_dm_sdp_result()
1608 || (p_data->sdp_event.sdp_result == SDP_DB_FULL)) in bta_dm_sdp_result()
1610 APPL_TRACE_DEBUG("sdp_result::0x%x", p_data->sdp_event.sdp_result); in bta_dm_sdp_result()
1671 if (((p_data->sdp_event.sdp_result == SDP_DB_FULL) && in bta_dm_sdp_result()
1801 …if(p_data->sdp_event.sdp_result == SDP_CONN_FAILED || p_data->sdp_event.sdp_result == SDP_CONN_REJ… in bta_dm_sdp_result()
1802 || p_data->sdp_event.sdp_result == SDP_SECURITY_ERR) in bta_dm_sdp_result()
2386 p_msg->sdp_result = sdp_status; in bta_dm_sdp_callback()
Dbta_dm_int.h304 UINT16 sdp_result; member