mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +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;
|
: App triggers GATT Client request on A;
|
||||||
: GATT Client request sent;
|
: 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 (ENABLE_GATT_CLIENT_PAIRING) then (yes)
|
||||||
if (LTK available) then (yes)
|
if (LTK available) then (yes)
|
||||||
: start encryption;
|
: start encryption;
|
||||||
@ -95,7 +95,8 @@ if (GATT Server returns an 'insufficient x' error) then (yes)
|
|||||||
stop
|
stop
|
||||||
endif
|
endif
|
||||||
else (no)
|
else (no)
|
||||||
#FD5B41 : App receives a GATT Client error;
|
#FD5B41: App receives GATT_QUERY_COMPLETE event
|
||||||
|
with ATT_ERROR_INSUFFICIENT_X;
|
||||||
stop
|
stop
|
||||||
note left
|
note left
|
||||||
App can trigger pairing and
|
App can trigger pairing and
|
||||||
@ -106,4 +107,4 @@ else (no)
|
|||||||
#23DB2B : App receives GATT Response;
|
#23DB2B : App receives GATT Response;
|
||||||
stop
|
stop
|
||||||
endif
|
endif
|
||||||
@enduml
|
@enduml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user