From 312471773c71bfc1e64d9d6e8a71e933d3b9cc98 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 12 Nov 2007 01:19:18 +0000 Subject: Add record handle range from Apple iPhone --- tools/sdptool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/sdptool.c b/tools/sdptool.c index fc4b1f7b..35f75c48 100644 --- a/tools/sdptool.c +++ b/tools/sdptool.c @@ -3853,8 +3853,8 @@ 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 }; + 0x1002e, 0x110b, 0x90000, 0x2008000, + 0x4000000, 0x100000, 0x1000000, 0x4f491100 }; bdaddr_t bdaddr; int i, n, opt, err = 0, num = 32; -- cgit