mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 19:20:51 +00:00
docs: update le security flow control script
This commit is contained in:
parent
5b2fa894af
commit
e04eae2275
@ -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
|
||||
@enduml
|
||||
|
Loading…
x
Reference in New Issue
Block a user