From 745ed7e7fb73fca7bfc9b04e0e13f5030f867c5f Mon Sep 17 00:00:00 2001
From: Martin/Geno <geno+dev@fireorbit.de>
Date: Fri, 23 Aug 2019 12:46:47 +0200
Subject: [PATCH] doc(ble): card10 svc - personal state

---
 Documentation/bluetooth/card10.rst | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/Documentation/bluetooth/card10.rst b/Documentation/bluetooth/card10.rst
index e32ed6b4..4a750056 100644
--- a/Documentation/bluetooth/card10.rst
+++ b/Documentation/bluetooth/card10.rst
@@ -70,6 +70,11 @@ The current draft uses following service specification:
   UUID: ``42230218-2342-2342-2342-234223422342``
   write no response
 
+- Personal State characteristic:
+
+  UUID: ``42230219-2342-2342-2342-234223422342``
+  read and write with response
+
 - LEDs above characteristic:
 
   UUID: ``42230220-2342-2342-2342-234223422342``
@@ -153,6 +158,16 @@ This characteristic makes it possible to activate the flashlight.
 - enabled:   ``0x01``
 - disabled:  ``0x00``
 
+Personal state characteristic
+---------------------------------
+This characteristic makes it possible to read and write the personal state.
+It writes always as persistant and it gives feedback if the value is in range and your firmware support it.
+
+- No State ``0x0000``
+- No Contact ``0x0100``
+- Chaos ``0x0100``
+- ...
+
 LEDs above characteristic
 ---------------------------------
 This characteristic set every 11 leds on the top module at once.
-- 
GitLab