|
From: Peter K. <pk...@us...> - 2002-09-27 12:52:49
|
The following file was modified in apps/bluetooth/btd:
Name Old version New version Tag Comment
---- ----------- ----------- --- -------
btd.c 1.106 1.107=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Added dummy bt_handle_hw_error().
The diff of the modified file(s):
--- btd.c 10 May 2002 12:29:51 -0000 1.106
+++ btd.c 27 Sep 2002 12:52:48 -0000 1.107
@@ -2486,6 +2486,12 @@
return 0;
}
=20
+void
+bt_handle_hw_error(u8 error)
+{
+ printf(__FUNCTION__ ": Received error with code 0x%02X, ignoring\n", err=
or);
+}
+
/* TCP socket */
static int open_tcpsocket(char *addrstr, int role)
{
|