Searched refs:SDP_SUCCESS (Results 1 - 16 of 16) sorted by relevance

/system/bt/stack/sdp/
H A Dsdp_api.c921 ** Returns SDP_SUCCESS if query started successfully, else error
939 result = SDP_SUCCESS;
1011 ** Returns SDP_SUCCESS if record retrieved, else error
1032 result = SDP_SUCCESS;
1038 if ( result == SDP_SUCCESS )
1111 ** Returns Returns SDP_SUCCESS if record added successfully, else error
1117 UINT16 result = SDP_SUCCESS;
1146 if ( result == SDP_SUCCESS)
1157 if ( result == SDP_SUCCESS )
1170 if ( result == SDP_SUCCESS )
[all...]
H A Dsdp_main.c479 SDP_SUCCESS : SDP_CONN_FAILED));
482 SDP_SUCCESS : SDP_CONN_FAILED), p_ccb->user_data);
599 && ((reason == SDP_SUCCESS) || (reason == SDP_NO_RECS_MATCH)))
630 reason = SDP_SUCCESS;
H A Dsdp_discovery.c544 sdp_disconnect (p_ccb, SDP_SUCCESS);
737 sdp_disconnect (p_ccb, SDP_SUCCESS);
/system/bt/bta/mce/
H A Dbta_mce_act.c76 if (result == SDP_SUCCESS || result == SDP_DB_FULL)
/system/bt/bta/hf_client/
H A Dbta_hf_client_act.c452 if (p_data->disc_result.status == SDP_SUCCESS ||
482 if (p_data->disc_result.status == SDP_SUCCESS ||
/system/bt/bta/hh/
H A Dbta_hh_act.c196 if ((result == SDP_SUCCESS) && (p_cb != NULL))
283 if (((result == SDP_SUCCESS) || (result == SDP_NO_RECS_MATCH)) && (p_cb != NULL))
285 if(result == SDP_SUCCESS && SDP_GetNumDiRecords(bta_hh_cb.p_disc_db) != 0)
288 if (SDP_GetDiRecord(1, &di_rec, bta_hh_cb.p_disc_db) == SDP_SUCCESS)
400 bta_hh_di_sdp_cback) != SDP_SUCCESS)
/system/bt/bta/ag/
H A Dbta_ag_act.c249 if (p_data->disc_result.status == SDP_SUCCESS ||
268 (p_data->disc_result.status == SDP_SUCCESS ||
313 if (p_data->disc_result.status == SDP_SUCCESS ||
/system/bt/stack/hid/
H A Dhidh_api.c114 if (sdp_result != SDP_SUCCESS)
227 hh_cb.sdp_cback(SDP_SUCCESS, attr_mask, &hh_cb.sdp_rec);
/system/bt/stack/a2dp/
H A Da2d_api.c64 if (status == SDP_SUCCESS)
/system/bt/stack/include/
H A Dsdp_api.h29 #define SDP_SUCCESS 0x0000 macro
622 ** Returns Returns SDP_SUCCESS if record added successfully, else error
634 ** Returns SDP_SUCCESS if query started successfully, else error
661 ** Returns SDP_SUCCESS if record retrieved, else error
/system/bt/bta/sdp/
H A Dbta_sdp_act.c410 if (result == SDP_SUCCESS || result == SDP_DB_FULL)
/system/bt/bta/hl/
H A Dbta_hl_act.c1707 if (status == SDP_SUCCESS || status == SDP_DB_FULL)
1854 if ( (status == SDP_SUCCESS || status == SDP_DB_FULL) &&
/system/bt/bta/dm/
H A Dbta_dm_api.c662 if(SDP_SetLocalDiRecord((tSDP_DI_RECORD *)p_device_info, p_handle) == SDP_SUCCESS)
H A Dbta_dm_act.c1312 if((p_data->hdr.offset == SDP_SUCCESS)
1398 p_data->di_disc.len, bta_dm_di_disc_callback) == SDP_SUCCESS)
1580 if((p_data->sdp_event.sdp_result == SDP_SUCCESS)
/system/bt/bta/gatt/
H A Dbta_gattc_cache.c836 if(((sdp_status == SDP_SUCCESS) || (sdp_status == SDP_DB_FULL)) && p_srvc_cb != NULL)
/system/bt/bta/jv/
H A Dbta_jv_act.c885 if (result == SDP_SUCCESS || result == SDP_DB_FULL)

Completed in 758 milliseconds