Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee389692 authored by Jack He's avatar Jack He
Browse files

GD Controller: Add status packet for LE_READ_REMOTE_FEATURES

* We should expect a command status event after sending LE_READ_REMOTE_FEATURES
  command

Fixes: 177791720
Bug: 177791720
Test: make
Tag: #gd-refactor
Change-Id: Ibff3c620699b06ff2d88016ed7f3f55f2ae334d7
parent ef5028dd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2846,6 +2846,9 @@ packet LeReadRemoteFeatures : LeConnectionManagementCommand (op_code = LE_READ_R
  _reserved_ : 4,
}

packet LeReadRemoteFeaturesStatus : CommandStatus (command_op_code = LE_READ_REMOTE_FEATURES) {
}

packet LeEncrypt : LeSecurityCommand (op_code = LE_ENCRYPT) {
  key : 8[16],
  plaintext_data : 8[16],