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

  /external/bluetooth/bluez/test/
avtest.c 63 #define AVDTP_ABORT 0x0A
351 if (reject == AVDTP_ABORT)
395 case AVDTP_ABORT:
659 case AVDTP_ABORT:
663 hdr->signal_id = AVDTP_ABORT;
766 return AVDTP_ABORT;
  /external/bluetooth/bluez/audio/
avdtp.c 73 #define AVDTP_ABORT 0x0A
649 avdtp_abort(stream->session, stream);
979 if (session->req->signal_id == AVDTP_ABORT) {
3633 int avdtp_abort(struct avdtp *session, struct avdtp_stream *stream) function
    [all...]

Completed in 424 milliseconds