Searched refs:SDP_TRACE_ERROR (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/sdp/ |
D | sdp_main.cc | 93 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()
|
D | sdp_db.cc | 282 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()
|
D | sdp_discovery.cc | 437 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()
|
D | sdp_server.cc | 443 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()
|
D | sdp_utils.cc | 877 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()
|
D | sdp_api.cc | 78 SDP_TRACE_ERROR( in SDP_InitDiscoveryDb()
|
/system/bt/internal_include/ |
D | bt_trace.h | 281 #define SDP_TRACE_ERROR(...) \ macro
|