diff options
| -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;  | 
