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

  /system/bt/stack/pan/
pan_api.c 414 PAN_TRACE_DEBUG ("PAN_Connect() current active role set to %d", src_role);
590 PAN_TRACE_DEBUG ("PAN ignored data write for PANU connection");
599 PAN_TRACE_DEBUG ("PAN successfully wrote data for the PANU connection");
622 PAN_TRACE_DEBUG ("PAN ignored data buf write to PANU");
631 PAN_TRACE_DEBUG ("PAN successfully sent data buf to the PANU");
pan_utils.c 332 PAN_TRACE_DEBUG ("PAN role %x, active role %d, num_conns %d",
342 PAN_TRACE_DEBUG (buff);
pan_main.c 290 PAN_TRACE_DEBUG ("New connection indication for handle %d", handle);
474 PAN_TRACE_DEBUG ("PAN received broadcast packet on handle %d, src uuid 0x%x",
584 PAN_TRACE_DEBUG ("PAN received broadcast packet on handle %d, src uuid 0x%x",
  /system/bt/include/
bt_trace.h 292 #define PAN_TRACE_DEBUG(...) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE(TRACE_LAYER_PAN, TRACE_TYPE_DEBUG, ##__VA_ARGS__);}

Completed in 48 milliseconds