Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c326 SDP_TRACE_ERROR("SDP_CreateRecord fail, memory allocation failed\n"); in SDP_CreateRecord()
330 SDP_TRACE_ERROR("SDP_CreateRecord fail, exceed maximum records:%d\n", SDP_MAX_RECORDS); in SDP_CreateRecord()
498SDP_TRACE_ERROR("SDP_AddAttribute fail, length exceed maximum: ID %d: attr_len:%d \n", in SDP_AddAttribute()
537 SDP_TRACE_ERROR("SDP_AddSequence cannot get a buffer!\n"); in SDP_AddSequence()
574 SDP_TRACE_ERROR ("SDP_AddSequence - too long(attribute is not added)!!\n"); in SDP_AddSequence()
578SDP_TRACE_ERROR ("SDP_AddSequence - too long, add %d elements of %d\n", xx, num_elem); in SDP_AddSequence()
615 SDP_TRACE_ERROR("SDP_AddUuidSequence cannot get a buffer!\n"); in SDP_AddUuidSequence()
660 SDP_TRACE_ERROR("SDP_AddProtocolList cannot get a buffer!\n"); in SDP_AddProtocolList()
698 SDP_TRACE_ERROR("SDP_AddAdditionProtoLists cannot get a buffer!\n"); in SDP_AddAdditionProtoLists()
745 SDP_TRACE_ERROR("SDP_AddProfileDescriptorList cannot get a buffer!\n"); in SDP_AddProfileDescriptorList()
[all …]
Dsdp_server.c250 SDP_TRACE_ERROR ("SDP - no buf for search rsp\n"); in process_service_search()
362 SDP_TRACE_ERROR("%s No scratch buf for attr rsp\n", __func__); in process_service_attr_req()
393 SDP_TRACE_ERROR ("SDP - no scratch buf for search rsp\n"); in process_service_attr_req()
435SDP_TRACE_ERROR("SDP attr too big: max_list_len=%d,attr_len=%d\n", max_list_len, attr_len); in process_service_attr_req()
489 SDP_TRACE_ERROR ("SDP - no buf for search rsp\n"); in process_service_attr_req()
597 SDP_TRACE_ERROR ("SDP - no scratch buf for search rsp\n"); in process_service_search_attr_req()
630 SDP_TRACE_ERROR ("SDP - no scratch buf for search rsp\n"); in process_service_search_attr_req()
691SDP_TRACE_ERROR("SDP attr too big: max_list_len=%d,attr_len=%d\n", max_list_len, attr_len); in process_service_search_attr_req()
793 SDP_TRACE_ERROR ("SDP - no buf for search rsp\n"); in process_service_search_attr_req()
Dsdp_main.c169 SDP_TRACE_ERROR ("Security Registration Server failed\n"); in sdp_init()
178 SDP_TRACE_ERROR ("Security Registration for Client failed\n"); in sdp_init()
203 SDP_TRACE_ERROR ("SDP Registration failed\n"); in sdp_init()
Dsdp_discovery.c419 SDP_TRACE_ERROR ("SDP - no gki buf to save rsp\n"); in process_service_attr_rsp()
565 SDP_TRACE_ERROR ("SDP - no gki buf to save rsp\n"); in process_service_search_attr_rsp()
868 SDP_TRACE_ERROR ("SDP - attr nesting too deep\n"); in add_attr()
951 SDP_TRACE_ERROR ("SDP - attr nesting too deep\n"); in add_attr()
Dsdp_utils.c317 SDP_TRACE_ERROR ("SDP - no buf for err msg\n"); in sdpu_build_n_send_error()
661 SDP_TRACE_ERROR("%s: invalid length\n", __func__); in sdpu_compare_uuid_arrays()
988 SDP_TRACE_ERROR("sdpu_build_partial_attrib_entry cannot get a buffer!\n"); in sdpu_build_partial_attrib_entry()
Dsdp_api.c74SDP_TRACE_ERROR("SDP_InitDiscoveryDb Illegal param: p_db 0x%x, len %d, num_uuid %d, num_attr %d", in SDP_InitDiscoveryDb()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h236 #define SDP_TRACE_ERROR(fmt, args...) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR && BT_L… macro
404 #define SDP_TRACE_ERROR(fmt, args...) macro