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

  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 311 else SDP_TRACE_ERROR("SDP_CreateRecord fail, exceed maximum records:%d", SDP_MAX_RECORDS);
502 SDP_TRACE_ERROR("SDP_AddAttribute fail, length exceed maximum: ID %d: attr_len:%d ",
548 SDP_TRACE_ERROR("SDP_AddSequence cannot get a buffer!");
589 SDP_TRACE_ERROR ("SDP_AddSequence - too long(attribute is not added)!!");
594 SDP_TRACE_ERROR ("SDP_AddSequence - too long, add %d elements of %d", xx, num_elem);
631 SDP_TRACE_ERROR("SDP_AddUuidSequence cannot get a buffer!");
679 SDP_TRACE_ERROR("SDP_AddProtocolList cannot get a buffer!");
718 SDP_TRACE_ERROR("SDP_AddAdditionProtoLists cannot get a buffer!");
767 SDP_TRACE_ERROR("SDP_AddProfileDescriptorList cannot get a buffer!");
816 SDP_TRACE_ERROR("SDP_AddLanguageBaseAttrIDList cannot get a buffer!")
    [all...]
sdp_server.c 260 SDP_TRACE_ERROR ("SDP - no buf for search rsp");
406 SDP_TRACE_ERROR ("SDP - no scratch buf for search rsp");
455 SDP_TRACE_ERROR("SDP attr too big: max_list_len=%d,attr_len=%d", max_list_len, attr_len);
514 SDP_TRACE_ERROR ("SDP - no buf for search rsp");
656 SDP_TRACE_ERROR ("SDP - no scratch buf for search rsp");
729 SDP_TRACE_ERROR("SDP attr too big: max_list_len=%d,attr_len=%d", max_list_len, attr_len);
816 SDP_TRACE_ERROR ("SDP - no buf for search rsp");
sdp_main.c 100 SDP_TRACE_ERROR ("Security Registration Server failed");
110 SDP_TRACE_ERROR ("Security Registration for Client failed");
136 SDP_TRACE_ERROR ("SDP Registration failed");
sdp_discovery.c 477 SDP_TRACE_ERROR ("SDP - no gki buf to save rsp");
636 SDP_TRACE_ERROR ("SDP - no gki buf to save rsp");
953 SDP_TRACE_ERROR ("SDP - attr nesting too deep");
    [all...]
sdp_utils.c 326 SDP_TRACE_ERROR ("SDP - no buf for err msg");
1009 SDP_TRACE_ERROR("sdpu_build_partial_attrib_entry cannot get a buffer!");
sdp_api.c 82 SDP_TRACE_ERROR("SDP_InitDiscoveryDb Illegal param: p_db 0x%x, len %d, num_uuid %d, num_attr %d",
    [all...]
  /external/bluetooth/bluedroid/include/
bt_trace.h 560 #define SDP_TRACE_ERROR(...) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE(TRACE_LAYER_SDP, TRACE_TYPE_ERROR, ##__VA_ARGS__);}
    [all...]

Completed in 69 milliseconds