diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-09-28 06:07:52 +0200 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-09-28 06:07:52 +0200 | 
| commit | 874471cdce5c6ce216d8657cc4b78ac8bc5911b5 (patch) | |
| tree | 855982f301559408dc16fa56ec20df659af3e5f1 /tools/sdptool.c | |
| parent | 8be9168ec20d1860972047c7a5cdb76ae609daa5 (diff) | |
Add additional record range for the iPhone
Diffstat (limited to 'tools/sdptool.c')
| -rw-r--r-- | tools/sdptool.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/sdptool.c b/tools/sdptool.c index db88bf3d..e2f2a29d 100644 --- a/tools/sdptool.c +++ b/tools/sdptool.c @@ -3935,8 +3935,9 @@ static int cmd_records(int argc, char **argv)  {  	struct search_context context;  	uint32_t base[] = { 0x10000, 0x10300, 0x10500, -			0x1002e, 0x110b, 0x90000, 0x2008000, -			0x4000000, 0x100000, 0x1000000, 0x4f491100 }; +				0x1002e, 0x110b, 0x90000, 0x2008000, +					0x4000000, 0x100000, 0x1000000, +						0x4f491100, 0x4f491200 };  	bdaddr_t bdaddr;  	int i, n, opt, err = 0, num = 32;  | 
