diff options
| -rw-r--r-- | tools/sdptool.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tools/sdptool.c b/tools/sdptool.c index 8beff568..d5ad511c 100644 --- a/tools/sdptool.c +++ b/tools/sdptool.c @@ -306,6 +306,7 @@ static struct uuid_def uuid16_names[] = {  	{ 0x112d, "SIM Access (SAP)", NULL, 0 },  	{ 0x112e, "Phonebook Access (PBAP) - PCE", NULL, 0 },  	{ 0x112f, "Phonebook Access (PBAP) - PSE", NULL, 0 }, +	{ 0x1130, "Phonebook Access (PBAP)", NULL, 0 },  	/* ... */  	{ 0x1200, "PnPInformation",  		did_attrib_names, sizeof(did_attrib_names)/sizeof(struct attrib_def) }, | 
