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

  /external/bluetooth/bluez/src/
sdpd-request.c 129 SDPDBG("Seq type : %d", seqType);
137 SDPDBG("Data size : %d", data_size);
144 SDPDBG("->Unexpected end of buffer");
150 SDPDBG("Data type: 0x%02x", dataType);
154 SDPDBG("->Unexpected Data type (expected UUID_ANY)");
159 SDPDBG("->Unexpected Data type (expected 0x%02x or 0x%02x)",
163 SDPDBG("->Unexpected Data type (expected 0x%02x)", expectedType);
173 SDPDBG("->Unexpected end of buffer");
196 SDPDBG("->Unexpected end of buffer");
233 SDPDBG("No of elements : %d", numberOfElements)
    [all...]
sdpd.h 32 #define SDPDBG(fmt, arg...) syslog(LOG_DEBUG, "%s: " fmt "\n", __func__ , ## arg)
34 #define SDPDBG(fmt...)
sdpd-service.c 312 SDPDBG("Unexpected end of packet");
318 SDPDBG("Look ahead attr id : %d", lookAheadAttrId);
323 SDPDBG("Unexpected end of packet");
329 SDPDBG("SvcRecHandle : 0x%x", handle);
354 SDPDBG("Unexpected end of packet: Terminating extraction of attributes");
358 SDPDBG("Extract PDU, sequenceLength: %d localExtractedLength: %d",
365 SDPDBG("DTD of attrId : %d Attr id : 0x%x", dtd, attrId);
370 SDPDBG("Attr id : 0x%x attrValueLength : %d", attrId, attrValueLength);
374 SDPDBG("Terminating extraction of attributes");
382 SDPDBG("Extract PDU, seqLength: %d localExtractedLength: %d"
    [all...]
sdpd-database.c 176 SDPDBG("Adding rec : 0x%lx", (long) rec);
177 SDPDBG("with handle : 0x%x", rec->handle);
211 SDPDBG("Could not find svcRec for : 0x%x", handle);
226 SDPDBG("Could not find access data for : 0x%x", handle);
238 SDPDBG("Couldn't find record for : 0x%x", handle);
342 SDPDBG("adding record with handle %x", access->handle);
  /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 122 milliseconds