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

  /system/bt/stack/pan/
pan_api.c 167 PAN_TRACE_API ("PAN_SetRole() called with role 0x%x", role);
383 PAN_TRACE_API ("PAN_Connect() for BD Addr %x.%x.%x.%x.%x.%x",
675 PAN_TRACE_API ("PAN successfully sent protocol filters for handle %d", handle);
721 PAN_TRACE_API ("PAN successfully sent multicast filters for handle %d", handle);
  /system/bt/include/
bt_trace.h 290 #define PAN_TRACE_API(...) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE(TRACE_LAYER_PAN, TRACE_TYPE_API, ##__VA_ARGS__);}

Completed in 40 milliseconds