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