summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-20 12:15:11 +0100
committerBastien Nocera <hadess@hadess.net>2022-01-20 12:15:11 +0100
commitf1e20c6ca20f82398a46faf39f6d4088840953e7 (patch)
tree051be49e6c47c9ff636d81367da212a97191f75d /lib
parenta9a7ce368582f1032469f42da6b1b8da2cd61855 (diff)
downloadgnome-bluetooth-f1e20c6ca20f82398a46faf39f6d4088840953e7.tar.gz
lib: Update links to assigned numbers docs
Diffstat (limited to 'lib')
-rw-r--r--lib/bluetooth-utils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/bluetooth-utils.c b/lib/bluetooth-utils.c
index c99d71cf..fae9cfdb 100644
--- a/lib/bluetooth-utils.c
+++ b/lib/bluetooth-utils.c
@@ -276,7 +276,7 @@ bluetooth_appearance_to_type (guint16 appearance)
/*
* The profile UUID list is provided by the Bluetooth SIG:
- * https://www.bluetooth.com/specifications/assigned-numbers/service-discovery
+ * https://www.bluetooth.com/specifications/assigned-numbers/
*/
#define BLUETOOTH_UUID_SPP 0x1101
#define BLUETOOTH_UUID_DUN 0x1103
@@ -318,8 +318,8 @@ uuid16_custom_to_string (guint uuid16, const char *uuid)
}
}
-/* Short names from Table 2 at:
- * https://www.bluetooth.org/Technical/AssignedNumbers/service_discovery.htm */
+/* From "16-bit UUID Numbers Document" listed at:
+ * https://www.bluetooth.com/specifications/assigned-numbers/ */
static const char *
uuid16_to_string (guint uuid16, const char *uuid)
{