From 4b465ff4ea7bd6033a90f09bdd5ca87affe7adce Mon Sep 17 00:00:00 2001 From: Anton Weber <anton@antweb.me> Date: Thu, 15 Aug 2019 19:48:23 +0200 Subject: [PATCH] docs(ble): Update file transfer UUIDs --- Documentation/bluetooth/file-transfer.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/bluetooth/file-transfer.rst b/Documentation/bluetooth/file-transfer.rst index c098c6cd0..439237b88 100644 --- a/Documentation/bluetooth/file-transfer.rst +++ b/Documentation/bluetooth/file-transfer.rst @@ -13,20 +13,20 @@ The service consists of two GATT characteristics that act as a bidrectional link, similar to many BLE UART implementations. The two channels are seen from the Central perspective and hence named Central TX and Central RX. -The current draft uses following service specification: +The current version uses following service specification: - Service - UUID: 00422342-2342-2342-2342-234223422342 + UUID: 42230100-2342-2342-2342-234223422342 - Central TX characteristic: - UUID: 01422342-2342-2342-2342-234223422342 + UUID: 42230101-2342-2342-2342-234223422342 write - Central RX characteristic: - UUID 02422342-2342-2342-2342-234223422342 + UUID 42230102-2342-2342-2342-234223422342 read, notify Low Effort File Transfer Protocol -- GitLab