mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 19:20:51 +00:00
doc: security triggered by connection complete for proactive authentication
This commit is contained in:
parent
7a50df221c
commit
a32d7023af
@ -97,7 +97,6 @@ endif
|
||||
@enduml
|
||||
|
||||
|
||||
|
||||
@startuml
|
||||
title Mandatory Authentication in Central Role
|
||||
start
|
||||
@ -193,6 +192,12 @@ else (no)
|
||||
title Proactive Authentication in Central Role
|
||||
start
|
||||
: A connects to B;
|
||||
: SM checks if LTK available;
|
||||
note right
|
||||
SM actions triggered by
|
||||
connection complete
|
||||
(independent from GATT Client)
|
||||
end note
|
||||
: App triggers GATT Client request on A;
|
||||
if (LTK available?) then (no)
|
||||
: GATT Client request sent;
|
||||
@ -246,6 +251,12 @@ endif
|
||||
title Proactive Authentication in Peripheral Role
|
||||
start
|
||||
: A connects to B;
|
||||
: SM checks if LTK available;
|
||||
note right
|
||||
SM actions triggered by
|
||||
connection complete
|
||||
(independent from GATT Client)
|
||||
end note
|
||||
: App triggers GATT Client request on A;
|
||||
if (LTK available?) then (no)
|
||||
: GATT Client request sent;
|
||||
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 25 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 25 KiB |
Loading…
x
Reference in New Issue
Block a user