Skip to content

Commit

Permalink
Update services/ble/Gap.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzcanoguz authored Feb 7, 2025
1 parent a611285 commit 3ba974b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ble/Gap.proto
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ service GapCentral
// Allowed states: standby
rpc Connect(ConnectionParameters) returns (Nothing) { option (method_id) = 3; }

// Allowed states: initiating???
// Allowed states: initiating
rpc CancelConnect(Nothing) returns (Nothing) { option (method_id) = 4; }

// Allowed states: connected
Expand Down

0 comments on commit 3ba974b

Please sign in to comment.