diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-11-12 01:19:18 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-11-12 01:19:18 +0000 |
commit | 312471773c71bfc1e64d9d6e8a71e933d3b9cc98 (patch) | |
tree | 90ce7b28f89acbc771217d5eb1824004df351874 /tools | |
parent | 5c7809f4031c03ba1fd18c2c9f5a5438525938a5 (diff) |
Add record handle range from Apple iPhone
Diffstat (limited to 'tools')
-rw-r--r-- | tools/sdptool.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |