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

Commit fddbf2d8 authored by Chienyuan's avatar Chienyuan
Browse files

gd: Fix PDL of LeSetPeriodicAdvertisingEnable

Tag: #gd-refactor
Bug: 169125803
Test: cert/run --host
Test: atest --host bluetooth_test_gd
Change-Id: I2eb0e716db5563cfebffee910540bec1d86fbb37
parent 2b2c8f58
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3138,8 +3138,8 @@ packet LeSetPeriodicAdvertisingDataComplete : CommandComplete (command_op_code =
}
}


packet LeSetPeriodicAdvertisingEnable : LeAdvertisingCommand (op_code = LE_SET_PERIODIC_ADVERTISING_ENABLE) {
packet LeSetPeriodicAdvertisingEnable : LeAdvertisingCommand (op_code = LE_SET_PERIODIC_ADVERTISING_ENABLE) {
  advertising_handle : 8,
  enable : Enable,
  enable : Enable,
  advertising_handle : 8,
}
}


packet LeSetPeriodicAdvertisingEnableComplete : CommandComplete (command_op_code = LE_SET_PERIODIC_ADVERTISING_ENABLE) {
packet LeSetPeriodicAdvertisingEnableComplete : CommandComplete (command_op_code = LE_SET_PERIODIC_ADVERTISING_ENABLE) {