diff options
| -rw-r--r-- | tools/sdptool.c | 4 | 
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; | 
