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

  /external/bluetooth/bluedroid/stack/bnep/
bnep_api.c 143 BNEP_TRACE_API ("BNEP_Connect() BDA: %02x-%02x-%02x-%02x-%02x-%02x",
184 BNEP_TRACE_API ("BNEP initiating security procedures for src uuid 0x%x",
254 BNEP_TRACE_API ("BNEP_ConnectResp() for handle %d, responce %d", handle, resp);
330 BNEP_TRACE_API ("BNEP_Disconnect() for handle %d", handle);
  /external/bluetooth/bluedroid/include/
bt_trace.h 591 #define BNEP_TRACE_API(...) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE(TRACE_LAYER_BNEP, TRACE_TYPE_API, ##__VA_ARGS__);}
    [all...]

Completed in 114 milliseconds