mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-29 09:26:08 +00:00
tweak diagram
This commit is contained in:
parent
2c0ef19cb0
commit
1eb8b12aa5
@ -13,7 +13,7 @@ digraph rfcomm_channel {
|
||||
CLOSED->W4_MULTIPLEXER [label = "create channel [multiplexer==closed]"];
|
||||
CLOSED->SEND_UIH_PN [label = "create channel [multiplexer==open]"];
|
||||
W4_MULTIPLEXER->SEND_UIH_PN [label = "multiplexere opened"];
|
||||
SEND_UIH_PN->W4_PN_RSP [label="SEND UIH PN"];
|
||||
SEND_UIH_PN->W4_PN_RSP [label="SEND PN CMD"];
|
||||
W4_PN_RSP->SEND_SABM_W4_UA [label="RECV PN RSP"];
|
||||
SEND_SABM_W4_UA->W4_UA[label="SEND SABM"];
|
||||
|
||||
@ -21,8 +21,8 @@ digraph rfcomm_channel {
|
||||
|
||||
// rfcomm_packet_handler
|
||||
CLOSED->INCOMING_SETUP [label = "RECV SABM#x / inform client"];
|
||||
CLOSED->INCOMING_SETUP [label = "RECV UIH PN CMD / inform client"];
|
||||
CLOSED->INCOMING_SETUP [label = "RECV UIH RPN CMD / inform client"];
|
||||
CLOSED->INCOMING_SETUP [label = "RECV PN CMD / inform client"];
|
||||
CLOSED->INCOMING_SETUP [label = "RECV RPN CMD / inform client"];
|
||||
|
||||
// rfcomm_decline_connection_internal
|
||||
INCOMING_SETUP->SEND_DM [label = "decline connection"];
|
||||
|
Loading…
Reference in New Issue
Block a user