Module Name:    src
Committed By:   mlelstv
Date:           Mon Jan  6 11:19:35 UTC 2025

Modified Files:
        src/usr.sbin/bta2dpd/bta2dpd: avdtp_signal.h

Log Message:
Fix typo, add new signal definitions.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/bta2dpd/bta2dpd/avdtp_signal.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/bta2dpd/bta2dpd/avdtp_signal.h
diff -u src/usr.sbin/bta2dpd/bta2dpd/avdtp_signal.h:1.1 src/usr.sbin/bta2dpd/bta2dpd/avdtp_signal.h:1.2
--- src/usr.sbin/bta2dpd/bta2dpd/avdtp_signal.h:1.1	Sat Jan 28 16:55:54 2017
+++ src/usr.sbin/bta2dpd/bta2dpd/avdtp_signal.h	Mon Jan  6 11:19:35 2025
@@ -1,4 +1,4 @@
-/* $NetBSD: avdtp_signal.h,v 1.1 2017/01/28 16:55:54 nat Exp $ */
+/* $NetBSD: avdtp_signal.h,v 1.2 2025/01/06 11:19:35 mlelstv Exp $ */
 
 /*-
  * Copyright (c) 2015 - 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au>
@@ -48,7 +48,9 @@
 #define	AVDTP_CLOSE			0x08
 #define	AVDTP_SUSPEND			0x09
 #define	AVDTP_ABORT			0x0a
-#define	AVDTP_SECUURITY_CONTROL		0x0b
+#define	AVDTP_SECURITY_CONTROL		0x0b
+#define	AVDTP_GET_ALL_CAPABILITIES	0x0c
+#define	AVDTP_DELAYREPORT		0x0d
 
 /* Signal Command & Response Header Masks. */
 

Reply via email to