From e04eae2275dbf69f6efcff0888c93f41ba90dfd2 Mon Sep 17 00:00:00 2001 From: Milanka Ringwald Date: Tue, 24 Nov 2020 11:18:25 +0100 Subject: [PATCH] docs: update le security flow control script --- doc/manual/docs/picts/le_security_flow_control.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/manual/docs/picts/le_security_flow_control.txt b/doc/manual/docs/picts/le_security_flow_control.txt index 39cf60f94..505db6753 100644 --- a/doc/manual/docs/picts/le_security_flow_control.txt +++ b/doc/manual/docs/picts/le_security_flow_control.txt @@ -71,7 +71,7 @@ start : App triggers GATT Client request on A; : GATT Client request sent; -if (GATT Server returns an 'insufficient x' error) then (yes) +if (GATT Server returns an ATT_ERROR_INSUFFICIENT_X error) then (yes) if (ENABLE_GATT_CLIENT_PAIRING) then (yes) if (LTK available) then (yes) : start encryption; @@ -95,7 +95,8 @@ if (GATT Server returns an 'insufficient x' error) then (yes) stop endif else (no) - #FD5B41 : App receives a GATT Client error; + #FD5B41: App receives GATT_QUERY_COMPLETE event + with ATT_ERROR_INSUFFICIENT_X; stop note left App can trigger pairing and @@ -106,4 +107,4 @@ else (no) #23DB2B : App receives GATT Response; stop endif -@enduml \ No newline at end of file +@enduml