|
From: Mattias A. <mat...@us...> - 2001-08-27 15:09:00
|
The following file was modified in apps/bluetooth/sdp_server:
Name Old version New version Comment
---- ----------- ----------- -------
sdp_parser.c 1.20 1.21=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
* minor change
The diff of the modified file(s):
--- sdp_parser.c 2001/06/18 14:45:08 1.20
+++ sdp_parser.c 2001/08/27 15:08:58 1.21
@@ -324,7 +324,7 @@
cur_pos +=3D 2;
service_search_uuid[i] =3D CHAR2INT16(data[cur_pos + 1],
data[cur_pos + 2]);
- D_MISC("Got Service class 0x%08x", service_search_uuid[i]);
+ D_MISC("Found UUID128 0x%08x", service_search_uuid[i]);
i++;
tmp_pos +=3D 17;
cur_pos +=3D 15;
@@ -340,7 +340,9 @@
service_search_uuid_cnt =3D i;
=20
max_rec_cnt =3D CHAR2INT16(data[cur_pos], data[cur_pos + 1]);
+
D_MISC("max_rec_cnt: %d", max_rec_cnt);
+
cur_pos +=3D 2;
=20
cont_state_len =3D data[cur_pos++];
|