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

  /external/bluetooth/bluedroid/stack/bnep/
bnep_utils.c 176 BNEP_TRACE_DEBUG ("BNEP sending setup req with dst uuid %x", p_bcb->dst_uuid.uu.uuid16);
275 BNEP_TRACE_DEBUG ("BNEP sending peer our filters");
327 BNEP_TRACE_DEBUG ("BNEP sending peer our multicast filters");
379 BNEP_TRACE_DEBUG ("BNEP sending filter response");
692 BNEP_TRACE_DEBUG ("BNEP received setup responce");
912 BNEP_TRACE_DEBUG ("BNEP received filter set from peer when there is no connection");
916 BNEP_TRACE_DEBUG ("BNEP received filter set from peer");
989 BNEP_TRACE_DEBUG ("BNEP received filter responce");
1041 BNEP_TRACE_DEBUG ("BNEP received multicast filter responce");
    [all...]
bnep_main.c 545 BNEP_TRACE_DEBUG ("BNEP - rcv frame, type: %d len: %d Ext: %d", type, p_buf->len, extension_present);
  /external/bluetooth/bluedroid/include/
bt_trace.h 593 #define BNEP_TRACE_DEBUG(...) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE(TRACE_LAYER_BNEP, TRACE_TYPE_DEBUG, ##__VA_ARGS__);}
    [all...]

Completed in 100 milliseconds