- Mar 09, 2023
-
-
William Escande authored
The `define` cannot be override on runtime and some target need to configure the features (Eg: Wear OS) Test: atest net_test_bta net_test_btif_hf_client_service Test: manual | set the property and check new behavior Bug: 263323082 Change-Id: Ic241364ceed263138797e3c3ad0f139da67e689a
-
William Escande authored
-
Martin Geisler authored
* changes: pdl: Extract generate_data_struct helper pdl: Remove unused generate_packet_decl arguments pdl: Extract find_parents helper pdl: Extract constraint_to_value helper pdl: Add support for constraints in grand children
-
William Escande authored
-
Rahul Arya authored
-
- Mar 08, 2023
-
-
Julien Desprez authored
Carry the exact same options. Test: presubmit Bug: 261855411 Change-Id: Id3b4dfd87cd7c271e0f39eac903de6f182da8d6f (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:efa4e5aee20e104f1d7240c2a59bd9778ba0fc3c) Merged-In: Id3b4dfd87cd7c271e0f39eac903de6f182da8d6f
-
David Duarte authored
-
William Escande authored
-
Sonny Sasaka authored
-
Chris Manton authored
-
David Duarte authored
Bug: 272303629 Test: None Change-Id: Ib2a6d54d2a4e66f1a1fdab48b08491e22e6c1815
-
Martin Geisler authored
This helper will be used to generate the common code for both packets and structs. Tag: #feature Bug: 228306436 Test: atest pdl_tests pdl_rust_generator_tests_{le,be} Change-Id: Ib193838a5d7b0786ede72ee53ebe580b6d847b8f
-
Martin Geisler authored
Tag: #refactor Bug: 228306436 Test: atest pdl_tests pdl_rust_generator_tests_{le,be} Change-Id: I09ad078e818909e9d69ca8927e5ba2fb1767677a
-
Martin Geisler authored
Tag: #refactor Bug: 228306436 Test: atest pdl_tests pdl_rust_generator_tests_{le,be} Change-Id: I7c93c6efb68e9cc2bb6660493950eae9022bbe42
-
Martin Geisler authored
Tag: #refactor Bug: 228306436 Test: atest pdl_tests pdl_rust_generator_tests_{le,be} Change-Id: Ibfe35033934ea83a665663e92bf37504d3c33406
-
Martin Geisler authored
Before, we assumed that we could fully parse a packet based on the not-yet-parsed bytes from the parent packet. However, this assumption is wrong when child packets are constrained by fields in the (grand) parent packets: packet Parent { a: 8, b: 8, c: 8, } packet Child: Parent(a = 10) { x: 8, } packet GrandChild: Child(b = 20) { y: 8, } packet GrandGrandChild: GrandChild(c = 30) { z: 8, } Here, we need to pass down the values of b and c when constructing a Child packet since b will be used to specialize into a GrandChild packet. Similarly, we need to pass c into GrandChild so that we can determine if we’re dealing with a GrandGranChild packet. Test: atest pdl_tests pdl_rust_generator_tests_{le,be} Change-Id: Iffffdca4b3601f46d3d13bae61490d1e0b60d8ae
-
Yuyang Huang authored
-
William Escande authored
-
Łukasz Rymanowski authored
-
Łukasz Rymanowski authored
-
Łukasz Rymanowski authored
-
Łukasz Rymanowski authored
If scanner is started, do not start it. If scanner is stopped, do not stop it. Bug: 250493314 Test: manual Tag: #feature Change-Id: I9c3dbacafbb002af82ef1b9c301d8043e3660d6b
-
Grzegorz Kołodziejczyk authored
ASEs needs to be deactivated when re-configuring to another context. Leaving active ASEs leads to re-configuration of needed ASEs but also leaves possibly not needed for streaming context ASEs in active state. This implies in bad behaviour while progressing through state machine, which relies on active ASEs. Tag: #feature Bug: 269057925 Test: atest StateMachineTest#StreamStartWithDifferentContextFromConfiguredState Change-Id: I1f3d9b086955e50b925388748053c946339720b6
-
Adrian Roos authored
-
Łukasz Rymanowski authored
State machine sometimes checks for active devices. If there is non, which should not happend :), then StopStream was called. This was wrong, as there is no active device. Instead group shall be cleared and IDLE state reported up if needed. Bug: 265501806 Test: atest bluetooth_le_audio_test Test: atest BluetoothInstrumentationTests Tag: #feature Change-Id: Ic50fca7745f3846bdf55f832b8b41834308990be
-
Łukasz Rymanowski authored
* changes: LeAudio: Extend the context alignment policy LeAudio: Postpone the bidirectional context alignment
-
Łukasz Rymanowski authored
* changes: leaudio: Improve Codec Configure operation leaudio: Improve group QoS Configure leaudio: Improve disabling stream leaudio: Improve enabling stream leaudio: Fix invalid state report from group state machine
-
Łukasz Rymanowski authored
With this patch, group state machine will send Codec Config command simultaneously to all active devices. Bug: 265501806 Test: atest bluetooth_le_audio_test Test: atest BluetoothInstrumentationTests Tag: #feature Change-Id: If750f680a16f8c95a2223d4a2a0293833feddb62
-
Łukasz Rymanowski authored
With this patch, group state machine will send QoS Configure command simultaneously to all active devices. Bug: 265501806 Test: atest bluetooth_le_audio_test Test: atest BluetoothInstrumentationTests Tag: #feature Change-Id: I900e4dc788866ddf6535803af5fc427d46bef46b
-
Łukasz Rymanowski authored
With this patch, group state machine will send Disable command simultaneously to all active devices. Bug: 265501806 Test: atest bluetooth_le_audio_test Test: atest BluetoothInstrumentationTests Tag: #feature Change-Id: Iaed6f7e6f93b93e459794f5e168ec3c907d5bc0f
-
Łukasz Rymanowski authored
With this patch, group state machine will send Enable command simultaneously to all active devices. Bug: 265501806 Test: atest bluetooth_le_audio_test Test: atest BluetoothInstrumentationTests Tag: #feature Change-Id: Icfdd55e613a4a6c7dd995b9d83f2084fc0fd95d9
-
Chih Wei Chang authored
-
Chih Wei Chang authored
Revert submission 2476545-revert-2450382-Address API feedback for Bluetooth Distance Measurement-ETGAZXSPEY Reason for revert: https://buganizer.corp.google.com/issues/272130885#comment17 mentions the fail is due to different time merge. Create the revert for chienyuanhuang to approve Reverted changes: /q/submissionid:2476545-revert-2450382-Address+API+feedback+for+Bluetooth+Distance+Measurement-ETGAZXSPEY Change-Id: I6dd990b71011b904c9e4df0feb6ebb7d26a138a6
-
Chih Wei Chang authored
-
Chris Manton authored
Include test bta_dm_determine_discovery_transport Bug: 188077107 Test: gd/cert/run Tag: #refactor BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Change-Id: Ib734338fc8876b81a34d0924ecca8a8b904f1fe4
-
Yun-hao Chung authored
-
Chih Wei Chang authored
Revert submission 2450382-Address API feedback for Bluetooth Distance Measurement Reason for revert: DroidMonitor: Potential culprit for Bug 272130885 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Reverted changes: /q/submissionid:2450382-Address+API+feedback+for+Bluetooth+Distance+Measurement Change-Id: I938bb17dabb3597f6204e64c1c364fd79be10f8f
-
David Duarte authored
-
Henri Chataing authored
-
Chen Chen authored
-