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

  /external/bluetooth/bluez/src/
sdpd.h 32 #define SDPDBG(fmt, arg...) syslog(LOG_DEBUG, "%s: " fmt "\n", __func__ , ## arg)
34 #define SDPDBG(fmt...)
  /external/bluetooth/bluez/lib/
sdp.c 58 #define SDPDBG(fmt, arg...) syslog(LOG_DEBUG, "%s: " fmt "\n", __func__ , ## arg)
60 #define SDPDBG(fmt...)
326 SDPDBG(" uint16_t : 0x%.4x\n", uuid->value.uuid16);
328 SDPDBG(" uint32_t : 0x%.8x\n", uuid->value.uuid32);
344 SDPDBG(" uint128_t : 0x%.8x-", ntohl(data0));
345 SDPDBG("%.4x-", ntohs(data1));
346 SDPDBG("%.4x-", ntohs(data2));
347 SDPDBG("%.4x-", ntohs(data3));
348 SDPDBG("%.8x", ntohl(data4));
349 SDPDBG("%.4x\n", ntohs(data5))
    [all...]

Completed in 52 milliseconds