Home
last modified time | relevance | path

Searched refs:SDPERR (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/bluez/lib/
Dsdp.c53 #define SDPERR(fmt, arg...) syslog(LOG_ERR, "%s: " fmt "\n", __func__ , ## arg) macro
348 SDPERR("Null passed to print UUID\n"); in sdp_uuid_print()
377 SDPERR("Enum type of UUID not set\n"); in sdp_uuid_print()
469 SDPERR("Strings of size > USHRT_MAX not supported\n"); in sdp_data_alloc_with_length()
476 SDPERR("Strings of size > USHRT_MAX not supported\n"); in sdp_data_alloc_with_length()
1030 SDPERR("Unexpected end of packet"); in sdp_uuid_extract()
1037 SDPERR("Unknown data type : %d expecting a svc UUID\n", type); in sdp_uuid_extract()
1045 SDPERR("Not enough room for 16-bit UUID"); in sdp_uuid_extract()
1053 SDPERR("Not enough room for 32-bit UUID"); in sdp_uuid_extract()
1061 SDPERR("Not enough room for 128-bit UUID"); in sdp_uuid_extract()
[all …]