diff options
author | Attila Dusnoki <dati91@gmail.com> | 2016-12-07 00:03:59 +0100 |
---|---|---|
committer | Attila Dusnoki <dati91@gmail.com> | 2016-12-07 00:03:59 +0100 |
commit | 1cb694b947d07505f8abf5dd54c5e69f72c2a7a0 (patch) | |
tree | 4397019937c1545a20190941d1af7f2f2e1c39b1 /components/bluetooth | |
parent | 4132d0f5218457aa396d1d685755114f05b1f641 (diff) | |
download | servo-1cb694b947d07505f8abf5dd54c5e69f72c2a7a0.tar.gz servo-1cb694b947d07505f8abf5dd54c5e69f72c2a7a0.zip |
Fix invalid descriptor uuid
Diffstat (limited to 'components/bluetooth')
-rw-r--r-- | components/bluetooth/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/bluetooth/test.rs b/components/bluetooth/test.rs index 8578db79aa5..e2c6e639e82 100644 --- a/components/bluetooth/test.rs +++ b/components/bluetooth/test.rs @@ -99,7 +99,7 @@ const SERIAL_NUMBER_STRING_UUID: &'static str = "00002a25-0000-1000-8000-00805f9 // Descriptor UUIDs const BLOCKLIST_EXCLUDE_READS_DESCRIPTOR_UUID: &'static str = "aaaaaaaa-aaaa-1181-0510-810819516110"; -const BLOCKLIST_DESCRIPTOR_UUID: &'static str = "07711111-6104-0970-7011-1107105110aaa"; +const BLOCKLIST_DESCRIPTOR_UUID: &'static str = "07711111-6104-0970-7011-1107105110aa"; // https://www.bluetooth.com/specifications/gatt/ // viewer?attributeXmlFile=org.bluetooth.descriptor.gatt.characteristic_user_description.xml const CHARACTERISTIC_USER_DESCRIPTION_UUID: &'static str = "00002901-0000-1000-8000-00805f9b34fb"; |