summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-10-10 13:50:40 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-10-10 13:50:40 +0000
commit38f7e247cfe425a3e7b01aa24784b10231998125 (patch)
tree42b72b359bca045815a198483ba1c04721c306e9 /tools
parentdce6ee99a3e9dc99c032654dd4fb7de15be698bd (diff)
Add two more record handle ranges from Sony Ericsson headsets
Diffstat (limited to 'tools')
-rw-r--r--tools/sdptool.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/sdptool.c b/tools/sdptool.c
index 562c75a6..fc4b1f7b 100644
--- a/tools/sdptool.c
+++ b/tools/sdptool.c
@@ -3852,7 +3852,9 @@ static char *records_help =
static int cmd_records(int argc, char **argv)
{
struct search_context context;
- uint32_t base[] = { 0x10000, 0x1002e, 0x110b, 0x90000, 0x2008000, 0x4000000, 0x100000, 0x1000000 };
+ uint32_t base[] = { 0x10000, 0x10300, 0x10500,
+ 0x1002e, 0x110b, 0x90000, 0x2008000,
+ 0x4000000, 0x100000, 0x1000000 };
bdaddr_t bdaddr;
int i, n, opt, err = 0, num = 32;