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

Commit 4a1991d9 authored by Joseph Hwang's avatar Joseph Hwang Committed by Sonny Sasaka
Browse files

PDL: use Address in MsftLeMonitorDeviceEventPayload

Let the BD address of MsftLeMonitorDeviceEventPayload use the existing
Address type in PDL for better compatibility.

Bug: 261482382
Tag: #floss
Test: ./build.py --target test
Test: atest packages/modules/Bluetooth/system/gd/hci/hci_packets_test.cc
Test: Manual test on a ChromeOS device

Change-Id: I15eb308ea0b816029c1d24ab1695a1c030f6f8f3
parent c933a9e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6454,7 +6454,7 @@ test MsftRssiEventPayload {

packet MsftLeMonitorDeviceEventPayload : MsftEventPayload (msft_event_code = MSFT_LE_MONITOR_DEVICE_EVENT) {
  address_type: 8,
  bd_addr: 48,
  bd_addr: Address,
  monitor_handle: 8,
  monitor_state: 8,
}