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

  /external/bluetooth/bluez/audio/
sink.c 317 if (avdtp_error_category(err) == AVDTP_ERRNO
376 if (avdtp_error_category(err) == AVDTP_ERRNO
source.c 270 if (avdtp_error_category(err) == AVDTP_ERRNO
327 if (avdtp_error_category(err) == AVDTP_ERRNO
avdtp.h 52 #define AVDTP_ERRNO 0xff
avdtp.c 702 if (category == AVDTP_ERRNO)
715 assert(err->category != AVDTP_ERRNO);
721 assert(err->category == AVDTP_ERRNO);
892 avdtp_error_init(&err, AVDTP_ERRNO, EIO);
989 avdtp_error_init(&err, AVDTP_ERRNO, EIO);
1049 avdtp_error_init(&err, AVDTP_ERRNO, EIO);
1112 avdtp_error_init(&avdtp_err, AVDTP_ERRNO, err);
    [all...]
a2dp.c 217 avdtp_error_init(&avdtp_err, AVDTP_ERRNO, -err);
    [all...]

Completed in 24 milliseconds