Skip to content

Commit 83a0417

Browse files
committed
Fix readme link
1 parent 9112e6b commit 83a0417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Read, write, subscribe, unsubscribe, readDescriptor and writeDescriptor queueing
9292
## UUIDs ##
9393
UUIDs can be 16 bits or 128 bits. The "out of the box" UUIDs from the link below are 16 bits.
9494
Since iOS returns the 16 bit version of the "out of the box" UUIDs even if a 128 bit UUID was used in the parameters, the 16 bit version should always be used for the "out of the box" UUIDs for consistency.
95-
Android on the other hand only uses the 128 bit version, but the plugin will automatically convert 16 bit UUIDs to the 128 bit version on input and output. For a list of out of the box UUIDS, see [Bluetooth Developer Portal](https://developer.bluetooth.org/gatt/services/Pages/ServicesHome.aspx)
95+
Android on the other hand only uses the 128 bit version, but the plugin will automatically convert 16 bit UUIDs to the 128 bit version on input and output. For a list of out of the box UUIDS, see [Bluetooth Developer Portal](https://www.bluetooth.com/specifications/gatt/services)
9696

9797

9898
## Advertisement Data / MAC Address ##

0 commit comments

Comments
 (0)