From 63afa688dbaed6f68eb83a0ef5d1f33df8b9cbd2 Mon Sep 17 00:00:00 2001 From: Chris Manton Date: Fri, 19 Feb 2021 13:33:12 -0800 Subject: [PATCH] Add explicit rate units for SCO fields Bug: 175844355 Test: gd/cert/run Tag: #gd-refactor Change-Id: I2ecc05a2ef46016929afedeafd44ef7d9a77f333 --- gd/hci/hci_packets.pdl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gd/hci/hci_packets.pdl b/gd/hci/hci_packets.pdl index b5f5e0fc4..1280c954b 100644 --- a/gd/hci/hci_packets.pdl +++ b/gd/hci/hci_packets.pdl @@ -1314,8 +1314,8 @@ packet EnhancedSetupSynchronousConnection : ScoConnectionCommand (op_code = ENHA // Next two items // [0x00000000, 0xFFFFFFFE] Bandwidth in octets per second. // [0xFFFFFFFF]: Don't care - transmit_bandwidth : 32, - receive_bandwidth : 32, + transmit_bandwidth_octets_per_second : 32, + receive_bandwidth_octets_per_second : 32, transmit_coding_format : ScoCodingFormat, receive_coding_format : ScoCodingFormat, // Next two items @@ -1325,8 +1325,8 @@ packet EnhancedSetupSynchronousConnection : ScoConnectionCommand (op_code = ENHA receive_codec_frame_size : 16, // Next two items // Host to Controller nominal data rate in octets per second. - input_bandwidth : 32, - output_bandwidth : 32, + input_bandwidth_octets_per_second : 32, + output_bandwidth_octets_per_second : 32, input_coding_format : ScoCodingFormat, output_coding_format : ScoCodingFormat, // Next two items -- 2.11.0