mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +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
|
@enduml
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@startuml
|
@startuml
|
||||||
title Mandatory Authentication in Central Role
|
title Mandatory Authentication in Central Role
|
||||||
start
|
start
|
||||||
@ -193,6 +192,12 @@ else (no)
|
|||||||
title Proactive Authentication in Central Role
|
title Proactive Authentication in Central Role
|
||||||
start
|
start
|
||||||
: A connects to B;
|
: 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;
|
: App triggers GATT Client request on A;
|
||||||
if (LTK available?) then (no)
|
if (LTK available?) then (no)
|
||||||
: GATT Client request sent;
|
: GATT Client request sent;
|
||||||
@ -246,6 +251,12 @@ endif
|
|||||||
title Proactive Authentication in Peripheral Role
|
title Proactive Authentication in Peripheral Role
|
||||||
start
|
start
|
||||||
: A connects to B;
|
: 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;
|
: App triggers GATT Client request on A;
|
||||||
if (LTK available?) then (no)
|
if (LTK available?) then (no)
|
||||||
: GATT Client request sent;
|
: 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