Home
last modified time | relevance | path

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

/system/bt/stack/sdp/
Dsdp_db.cc273 SDP_TRACE_ERROR("SDP_CreateRecord fail, exceed maximum records:%d", in SDP_CreateRecord()
447 SDP_TRACE_ERROR( in SDP_AddAttribute()
517 SDP_TRACE_ERROR("SDP_AddSequence - too long(attribute is not added)!!"); in SDP_AddSequence()
521 SDP_TRACE_ERROR("SDP_AddSequence - too long, add %d elements of %d", xx, in SDP_AddSequence()
Dsdp_discovery.cc434 SDP_TRACE_ERROR("sdp_copy_raw_data failed"); in process_service_attr_rsp()
852 SDP_TRACE_ERROR("SDP - attr nesting too deep"); in add_attr()
931 SDP_TRACE_ERROR("SDP - attr nesting too deep"); in add_attr()
Dsdp_main.cc95 SDP_TRACE_ERROR("SDP Registration failed"); in sdp_init()
Dsdp_server.cc439 SDP_TRACE_ERROR("SDP attr too big: max_list_len=%d,attr_len=%d", in process_service_attr_req()
701 SDP_TRACE_ERROR("SDP attr too big: max_list_len=%d,attr_len=%d", in process_service_search_attr_req()
Dsdp_utils.cc878 SDP_TRACE_ERROR("%s: invalid length", __func__); in sdpu_compare_uuid_arrays()
1140 SDP_TRACE_ERROR("%s len %d exceeds SDP_MAX_ATTR_LEN", __func__, len); in sdpu_build_partial_attrib_entry()
Dsdp_api.cc70 SDP_TRACE_ERROR( in SDP_InitDiscoveryDb()
/system/bt/internal_include/
Dbt_trace.h326 #define SDP_TRACE_ERROR(...) \ macro