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

/system/bt/stack/sdp/
H A Dsdp_api.cc811 * Returns SDP_SUCCESS if query started successfully, else error
826 result = SDP_SUCCESS;
885 * Returns SDP_SUCCESS if record retrieved, else error
902 result = SDP_SUCCESS;
908 if (result == SDP_SUCCESS) {
984 * Returns Returns SDP_SUCCESS if record added successfully, else error
990 uint16_t result = SDP_SUCCESS;
1017 if (result == SDP_SUCCESS) {
1026 if (result == SDP_SUCCESS) {
1039 if (result == SDP_SUCCESS) {
[all...]
H A Dsdp_main.cc456 ? SDP_SUCCESS
460 (uint16_t)((p_ccb->con_state == SDP_STATE_CONNECTED) ? SDP_SUCCESS
568 ((reason == SDP_SUCCESS) || (reason == SDP_NO_RECS_MATCH))) {
598 reason = SDP_SUCCESS;
H A Dsdp_discovery.cc514 sdp_disconnect(p_ccb, SDP_SUCCESS);
702 sdp_disconnect(p_ccb, SDP_SUCCESS);
/system/bt/bta/hf_client/
H A Dbta_hf_client_act.cc344 if (p_data->disc_result.status == SDP_SUCCESS ||
379 if (p_data->disc_result.status == SDP_SUCCESS ||
/system/bt/bta/mce/
H A Dbta_mce_act.cc75 if (result == SDP_SUCCESS || result == SDP_DB_FULL) {
/system/bt/bta/hh/
H A Dbta_hh_act.cc184 if ((result == SDP_SUCCESS) && (p_cb != NULL)) {
261 if (((result == SDP_SUCCESS) || (result == SDP_NO_RECS_MATCH)) &&
263 if (result == SDP_SUCCESS &&
266 if (SDP_GetDiRecord(1, &di_rec, bta_hh_cb.p_disc_db) == SDP_SUCCESS) {
357 bta_hh_di_sdp_cback) != SDP_SUCCESS) {
/system/bt/bta/ag/
H A Dbta_ag_act.cc219 if (data.disc_result.status == SDP_SUCCESS ||
236 (data.disc_result.status == SDP_SUCCESS ||
271 if (data.disc_result.status == SDP_SUCCESS ||
/system/bt/stack/hid/
H A Dhidh_api.cc100 if (sdp_result != SDP_SUCCESS) {
216 hh_cb.sdp_cback(SDP_SUCCESS, attr_mask, &hh_cb.sdp_rec);
/system/bt/stack/a2dp/
H A Da2dp_api.cc75 if (status == SDP_SUCCESS) {
/system/bt/stack/include/
H A Dsdp_api.h29 #define SDP_SUCCESS 0x0000 macro
570 * Returns Returns SDP_SUCCESS if record added successfully, else error
581 * Returns SDP_SUCCESS if query started successfully, else error
606 * Returns SDP_SUCCESS if record retrieved, else error
/system/bt/bta/dm/
H A Dbta_dm_api.cc414 SDP_SUCCESS) {
H A Dbta_dm_act.cc1098 if ((p_data->hdr.offset == SDP_SUCCESS) ||
1176 bta_dm_di_disc_callback) == SDP_SUCCESS) {
1335 if ((p_data->sdp_event.sdp_result == SDP_SUCCESS) ||
/system/bt/bta/sdp/
H A Dbta_sdp_act.cc349 if (result == SDP_SUCCESS || result == SDP_DB_FULL) {
/system/bt/bta/gatt/
H A Dbta_gattc_cache.cc408 if ((sdp_status == SDP_SUCCESS) || (sdp_status == SDP_DB_FULL)) {
/system/bt/bta/hl/
H A Dbta_hl_act.cc1431 if (status == SDP_SUCCESS || status == SDP_DB_FULL) {
1564 if ((status == SDP_SUCCESS || status == SDP_DB_FULL) && p_cb->sdp.num_recs &&
/system/bt/bta/jv/
H A Dbta_jv_act.cc751 if (result == SDP_SUCCESS || result == SDP_DB_FULL) {

Completed in 397 milliseconds