HomeSort by relevance Sort by last modified time
    Searched refs:SDP_TRACE_ERROR (Results 1 - 7 of 7) sorted by null

  /system/bt/stack/sdp/
sdp_main.c 102 SDP_TRACE_ERROR ("Security Registration Server failed");
112 SDP_TRACE_ERROR ("Security Registration for Client failed");
138 SDP_TRACE_ERROR ("SDP Registration failed");
sdp_db.c 310 else SDP_TRACE_ERROR("SDP_CreateRecord fail, exceed maximum records:%d", SDP_MAX_RECORDS);
499 SDP_TRACE_ERROR("SDP_AddAttribute fail, length exceed maximum: ID %d: attr_len:%d ",
575 SDP_TRACE_ERROR ("SDP_AddSequence - too long(attribute is not added)!!");
580 SDP_TRACE_ERROR ("SDP_AddSequence - too long, add %d elements of %d", xx, num_elem);
    [all...]
sdp_server.c 432 SDP_TRACE_ERROR("SDP attr too big: max_list_len=%d,attr_len=%d", max_list_len, attr_len);
680 SDP_TRACE_ERROR("SDP attr too big: max_list_len=%d,attr_len=%d", max_list_len, attr_len);
sdp_utils.c 664 SDP_TRACE_ERROR("%s: invalid length", __func__);
1009 SDP_TRACE_ERROR("%s len %d exceeds SDP_MAX_ATTR_LEN", __func__, len);
sdp_discovery.c 890 SDP_TRACE_ERROR ("SDP - attr nesting too deep");
983 SDP_TRACE_ERROR ("SDP - attr nesting too deep");
    [all...]
sdp_api.c 77 SDP_TRACE_ERROR("SDP_InitDiscoveryDb Illegal param: p_db 0x%x, len %d, num_uuid %d, num_attr %d",
    [all...]
  /system/bt/include/
bt_trace.h 251 #define SDP_TRACE_ERROR(...) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE(TRACE_LAYER_SDP, TRACE_TYPE_ERROR, ##__VA_ARGS__);}

Completed in 158 milliseconds