Home
last modified time | relevance | path

Searched refs:BNEP_TRACE_DEBUG (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/bnep/
Dbnep_utils.cc171 BNEP_TRACE_DEBUG("%s: sending setup req with dst uuid %s", __func__, in bnep_send_conn_req()
256 BNEP_TRACE_DEBUG("BNEP sending peer our filters"); in bnepu_send_peer_our_filters()
298 BNEP_TRACE_DEBUG("BNEP sending peer our multicast filters"); in bnepu_send_peer_our_multi_filters()
341 BNEP_TRACE_DEBUG("BNEP sending filter response"); in bnepu_send_peer_filter_rsp()
637 BNEP_TRACE_DEBUG("BNEP received setup responce"); in bnep_process_setup_conn_responce()
729 BNEP_TRACE_DEBUG("%s: invalid packet: p = %p rem_len = %p", __func__, p, in bnep_process_control_packet()
902 BNEP_TRACE_DEBUG( in bnepu_process_peer_filter_set()
907 BNEP_TRACE_DEBUG("BNEP received filter set from peer"); in bnepu_process_peer_filter_set()
966 BNEP_TRACE_DEBUG("BNEP received filter responce"); in bnepu_process_peer_filter_rsp()
1009 BNEP_TRACE_DEBUG("BNEP received multicast filter responce"); in bnepu_process_multicast_filter_rsp()
[all …]
Dbnep_main.cc526 BNEP_TRACE_DEBUG("BNEP - rcv frame, type: %d len: %d Ext: %d", type, in bnep_data_ind()
/system/bt/internal_include/
Dbt_trace.h414 #define BNEP_TRACE_DEBUG(...) \ macro