Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_db.cc280 SDP_TRACE_ERROR("SDP_CreateRecord fail, exceed maximum records:%d", in SDP_CreateRecord()
415 SDP_TRACE_ERROR("the free pad for SDP record with handle %d is " in SDP_AddAttribute()
474 SDP_TRACE_ERROR( in SDP_AddAttributeToRecord()
500 SDP_TRACE_ERROR( in SDP_AddAttributeToRecord()
568 SDP_TRACE_ERROR("SDP_AddSequence - too long(attribute is not added)!!"); in SDP_AddSequence()
572 SDP_TRACE_ERROR("SDP_AddSequence - too long, add %d elements of %d", xx, in SDP_AddSequence()
Dsdp_server.cc540 SDP_TRACE_ERROR("avrc_sdp_version in SDP records %x", in process_service_attr_req()
581 SDP_TRACE_ERROR("SDP attr too big: max_list_len=%d,attr_len=%d", in process_service_attr_req()
835 SDP_TRACE_ERROR("avrc_sdp_version in SDP records %x", in process_service_search_attr_req()
878 SDP_TRACE_ERROR("SDP attr too big: max_list_len=%d,attr_len=%d", in process_service_search_attr_req()
1169 SDP_TRACE_ERROR( in sdp_pbap_pse_dynamic_attributes_len_update()
1272 SDP_TRACE_ERROR("FAILED"); in sdp_upgrade_pse_record()
Dsdp_discovery.cc462 SDP_TRACE_ERROR("sdp_copy_raw_data failed"); in process_service_attr_rsp()
886 SDP_TRACE_ERROR("SDP - attr nesting too deep"); in add_attr()
965 SDP_TRACE_ERROR("SDP - attr nesting too deep"); in add_attr()
Dsdp_main.cc97 SDP_TRACE_ERROR("SDP Registration failed"); in sdp_init()
Dsdp_utils.cc1062 SDP_TRACE_ERROR("%s: invalid length", __func__); in sdpu_compare_uuid_arrays()
1326 SDP_TRACE_ERROR("%s len %d exceeds SDP_MAX_ATTR_LEN", __func__, len); in sdpu_build_partial_attrib_entry()
Dsdp_api.cc80 SDP_TRACE_ERROR( in SDP_InitDiscoveryDb()
/packages/modules/Bluetooth/system/internal_include/
Dbt_trace.h327 #define SDP_TRACE_ERROR(...) \ macro