mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
added SM_RESPONDER_IDLE state
This commit is contained in:
parent
2b91d5f501
commit
d7119506d8
@ -407,6 +407,7 @@ typedef enum {
|
||||
|
||||
// RESPONDER ROLE
|
||||
// state = 40
|
||||
SM_RESPONDER_IDLE,
|
||||
SM_RESPONDER_SEND_SECURITY_REQUEST,
|
||||
SM_RESPONDER_PH0_RECEIVED_LTK,
|
||||
SM_RESPONDER_PH0_SEND_LTK_REQUESTED_NEGATIVE_REPLY,
|
||||
@ -419,7 +420,7 @@ typedef enum {
|
||||
SM_RESPONDER_PH2_SEND_LTK_REPLY,
|
||||
|
||||
// INITITIATOR ROLE
|
||||
// state = 50
|
||||
// state = 51
|
||||
SM_INITIATOR_CONNECTED,
|
||||
SM_INITIATOR_PH0_HAS_LTK,
|
||||
SM_INITIATOR_PH0_SEND_START_ENCRYPTION,
|
||||
|
Loading…
x
Reference in New Issue
Block a user