The following file was modified in apps/bluetooth/experimental:
Name Old version New version Comment
---- ----------- ----------- -------
bt_ipa.h 1.2 1.3=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
added error codes
The diff of the modified file(s):
--- bt_ipa.h 2001/03/21 18:35:20 1.2
+++ bt_ipa.h 2001/03/26 15:37:33 1.3
@@ -66,6 +66,10 @@
#define IPA_STATUSSUCCESS 0
#define IPA_STATUSFAILED 1
=20
+/* Error codes */
+#define ERR_WRONGSTATE 2
+#define ERR_REQUESTFAILED 3
+
/* =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D*/
/* IPA Client struct */
=20
|