Skip to content

Commit 4571361

Browse files
Merge pull request MicrosoftDocs#4215 from chrisg32/patch-1
Corrected a typo in the Custom BLE services protocol identifier
2 parents 1f5f6f4 + 8ab98bc commit 4571361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uwp/devices-sensors/aep-service-class-ids.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For a more complete listing of available Bluetooth services, see the [GATT Servi
6767

6868
## Custom Bluetooth LE services
6969

70-
Custom Bluetooth LE services use the following protocol identifier: {bb7bb05e-5972-42b5-94fc76eaa7084d49}
70+
Custom Bluetooth LE services use the following protocol identifier: {bb7bb05e-5972-42b5-94fc-76eaa7084d49}
7171

7272
Custom profiles are defined with their own defined GUIDs. This custom GUID should be used for **System.Devices.AepService.ServiceClassId**.
7373

@@ -110,4 +110,4 @@ This AQS will filter for all UPnP **AssociationEndpointService** objects that su
110110
``` syntax
111111
System.Devices.AepService.ProtocolId:="{0e261de4-12f0-46e6-91ba-428607ccef64}" AND
112112
System.Devices.AepService.ServiceClassId:="{085DFA4A-3948-53C7-A0D7-16D8EC26B29B}"
113-
```
113+
```

0 commit comments

Comments
 (0)