Home
last modified time | relevance | path

Searched refs:SDP_TRACE_DEBUG (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/sdp/
Dsdp_main.c198SDP_TRACE_DEBUG("sdp_connect_ind: mode %u, txwinsz %u, max_trans %u, rtrans_tout %u, mon_tout %u,… in sdp_connect_ind()
254SDP_TRACE_DEBUG("sdp_connect_cfm: mode %u, txwinsz %u, max_trans %u, rtrans_tout %u, mon_tout %u,… in sdp_connect_cfm()
351SDP_TRACE_DEBUG("sdp_config_ind(CONFIG) -> Please try again with SMALLER TX WINDOW"); in sdp_config_ind()
360 SDP_TRACE_DEBUG("sdp_config_ind(CONFIG) -> Please try again with BASIC mode"); in sdp_config_ind()
Dsdp_db.c302 SDP_TRACE_DEBUG("SDP_CreateRecord ok, num_records:%d", p_db->num_records); in SDP_CreateRecord()
364SDP_TRACE_DEBUG("SDP_DeleteRecord ok, num_records:%d", sdp_cb.server_db.num_records); in SDP_DeleteRecord()
420SDP_TRACE_DEBUG("SDP_AddAttribute: handle:%X, id:%04X, type:%d, len:%d, p_val:%p, *p_val:%s", in SDP_AddAttribute()
425SDP_TRACE_DEBUG("SDP_AddAttribute: handle:%X, id:%04X, type:%d, len:%d, p_val:%p, *p_val:%d", in SDP_AddAttribute()
430SDP_TRACE_DEBUG("SDP_AddAttribute: handle:%X, id:%04X, type:%d, len:%d, p_val:%p, *p_val:%s", in SDP_AddAttribute()
Dsdp_api.c514SDP_TRACE_DEBUG("SDP_FindServiceInDb - p_sattr value = 0x%x serviceuuid = 0x%x\r\n", in SDP_FindServiceInDb()
520 SDP_TRACE_DEBUG("SDP_FindServiceInDb found HDP source or sink\n" ); in SDP_FindServiceInDb()
Dsdp_utils.c157 SDP_TRACE_DEBUG("releasing SDP rsp_list"); in sdpu_release_ccb()
/system/bt/include/
Dbt_trace.h255 #define SDP_TRACE_DEBUG(...) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… macro