Home
last modified time | relevance | path

Searched refs:SDP_TRACE_ERROR (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/sdp/
Dsdp_main.cc93 SDP_TRACE_ERROR("Security Registration Server failed"); in sdp_init()
101 SDP_TRACE_ERROR("Security Registration for Client failed"); in sdp_init()
125 SDP_TRACE_ERROR("SDP Registration failed"); in sdp_init()
Dsdp_db.cc282 SDP_TRACE_ERROR("SDP_CreateRecord fail, exceed maximum records:%d", in SDP_CreateRecord()
449 SDP_TRACE_ERROR( in SDP_AddAttribute()
521 SDP_TRACE_ERROR("SDP_AddSequence - too long(attribute is not added)!!"); in SDP_AddSequence()
525 SDP_TRACE_ERROR("SDP_AddSequence - too long, add %d elements of %d", xx, in SDP_AddSequence()
Dsdp_discovery.cc437 SDP_TRACE_ERROR("sdp_copy_raw_data failed"); in process_service_attr_rsp()
644 SDP_TRACE_ERROR("sdp_copy_raw_data failed"); in process_service_search_attr_rsp()
861 SDP_TRACE_ERROR("SDP - attr nesting too deep"); in add_attr()
940 SDP_TRACE_ERROR("SDP - attr nesting too deep"); in add_attr()
Dsdp_server.cc443 SDP_TRACE_ERROR("SDP attr too big: max_list_len=%d,attr_len=%d", in process_service_attr_req()
691 SDP_TRACE_ERROR("SDP attr too big: max_list_len=%d,attr_len=%d", in process_service_search_attr_req()
Dsdp_utils.cc877 SDP_TRACE_ERROR("%s: invalid length", __func__); in sdpu_compare_uuid_arrays()
1139 SDP_TRACE_ERROR("%s len %d exceeds SDP_MAX_ATTR_LEN", __func__, len); in sdpu_build_partial_attrib_entry()
Dsdp_api.cc78 SDP_TRACE_ERROR( in SDP_InitDiscoveryDb()
/system/bt/internal_include/
Dbt_trace.h281 #define SDP_TRACE_ERROR(...) \ macro