Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_utils.cc173 BNEP_TRACE_DEBUG("%s: sending setup req with dst uuid %s", __func__, in bnep_send_conn_req()
257 BNEP_TRACE_DEBUG("BNEP sending peer our filters"); in bnepu_send_peer_our_filters()
299 BNEP_TRACE_DEBUG("BNEP sending peer our multicast filters"); in bnepu_send_peer_our_multi_filters()
342 BNEP_TRACE_DEBUG("BNEP sending filter response"); in bnepu_send_peer_filter_rsp()
626 BNEP_TRACE_DEBUG("BNEP received setup responce"); in bnep_process_setup_conn_responce()
718 BNEP_TRACE_DEBUG("%s: invalid packet: p = %p rem_len = %p", __func__, p, in bnep_process_control_packet()
888 BNEP_TRACE_DEBUG( in bnepu_process_peer_filter_set()
893 BNEP_TRACE_DEBUG("BNEP received filter set from peer"); in bnepu_process_peer_filter_set()
952 BNEP_TRACE_DEBUG("BNEP received filter responce"); in bnepu_process_peer_filter_rsp()
995 BNEP_TRACE_DEBUG("BNEP received multicast filter responce"); in bnepu_process_multicast_filter_rsp()
[all …]
/packages/modules/Bluetooth/system/internal_include/
Dbt_trace.h465 #define BNEP_TRACE_DEBUG(...) \ macro