- Feb 08, 2023
-
-
Jeremy Wu authored
-
Henri Chataing authored
* changes: pdl: Specialize Field::Fixed into FixedScalar and FixedEnum Annotate AST nodes with loc, size information
-
Rongxuan Liu authored
-
- Feb 07, 2023
-
-
Jeremy Wu authored
This CL introduces the following changes: * Initiate connection to missing profiles 6s after the first connection. * Disconnect the device after 10s if profiles are incomplete (excluding AVRCP) * Initiate connection to AVRCP only when A2DP is connected * Initiate disconnection to connected profiles when one is disconnected * Initiate disconnection to A2DP only when HFP is disconnected * Initiate disconnection to AVRCP only when A2DP is disconnected Bug: 257406118 Tag: #floss Test: Build and verify Change-Id: Ie460bb4a56d78b2617fc4ce06b9a59273a50ff34
-
Chris Manton authored
-
Henri Chataing authored
There existed an implicit assumption that width, value and enum_id, tag_id were mutually exclusive in the Field::Fixed case. This change makes the assumption explicit by modiyfing the AST to add specialized cases. Test: cargo build && cargo test Change-Id: Ib51f61ad2cd39f8686ad9d94a6699cf2b3b318e7
-
Henri Chataing authored
Test: cargo build && cargo test Change-Id: Ibede334254e6faa7920139a68747792e87ed05a3
-
Abhishek Pandit-Subedi authored
-
Charlie Boutier authored
-
Chris Manton authored
Bug: 188077107 Test: cert/run Tag: #gd-refactor Change-Id: I11189631b2c22fbf0239d5f3360d45f33a600dc9
-
Treehugger Robot authored
-
Henri Chataing authored
-
William Escande authored
-
Chris Manton authored
-
Łukasz Rymanowski authored
-
Jakub Tyszkowski authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Tim Tsai authored
-
Łukasz Rymanowski authored
-
Rahul Arya authored
* changes: [Private GATT] Add Arbiter to share ATT channel [Private GATT] Mirror GATT server inside rust module [Private GATT] Add to libbluetooth [Private GATT] Add GATT server + module [Private GATT] Add basic ATT transaction implementation [Private GATT] Basic GATT skeleton
-
William Escande authored
The TestQueue was deleted while still running a task. This is because Handler.cc is not looking for running task when being deleted Fix: 264602833 Test: atest bluetooth_test_gd_unit64 Change-Id: I2131c14226cc2b086e8d1c6eeacaf1f9d6876da2
-
Henri Chataing authored
-
Treehugger Robot authored
-
Chris Manton authored
Bug: 264414709 Test: gd/cert/run Tag: #refactor Change-Id: If4d3ebdffe3fbd55e4b6cc534d52861fce3026a8
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I0ee24b81c038eb365846e3fecd608e1bb4299fdf
-
- Feb 06, 2023
-
-
Henri Chataing authored
The address is directly derived from the device identifier. This change modifies TestModel to reuse identifiers from disconnected devices. The option is enabled by default and disabled by passing the parameter --disable_address_reuse Test: m root-canal && manual check Bug: 253682053 Change-Id: Ie97763c1eae46df75d548a54b273cf8d363c7bb9
-
Rahul Arya authored
Arbitration is done based on advertiser ID and packet type. This links the legacy stack to the new implementation. Bug: 255880936 Test: unit Change-Id: Ia62aacb0bdeab67dd202dc6ad4239f7c553d84d6
-
Rahul Arya authored
Since servers can be registered as "private" after creation, we mirror their services in Rust by snooping on the JNI calls/callbacks. Bug: 255880936 Test: unit Change-Id: If14d1a97a0f57a0a8bb8094fb48d7a0c7d5c8128
-
Rahul Arya authored
Links private GATT with the libbluetooth_jni.so, and sets up a basic module system + FFI. Bug: 255880936 Test: pts-bot Change-Id: Ibc470d3fd13c20e97b23f16fc41330fcb9765c70
-
Charlie Boutier authored
Mobly tradefed is using some argument for specific java tests which are not desired. Test: atest avatar Bug: 267949387 Change-Id: I55becb787920b2d813f272f5e14e893d21f08144
-
Abhishek Pandit-Subedi authored
Bug: 267796404 Tag: #floss Test: ./build.py Change-Id: I13bf5b07899150045d60948c787ecd6b226da008
-
Rahul Arya authored
Bug: 255880936 Test: unit Change-Id: I94fafe8afc68dc31501f274099ef6f3a684009a1
-
Rahul Arya authored
Bug: 255880936 Test: unit Change-Id: I4868de5c67e0b724441718b886583736596e5423
-
Rahul Arya authored
Bug: 255880936 Test: compiles + unit Change-Id: Ie7a0f035e946efe21fc423282fbc32f71b6e7ec4
-
Henri Chataing authored
IncomingAclPacket took an illegal reference to the end index of a vector. Bug: 268037653 Test: m root-canal + manual validation Change-Id: I8b431453256877f9cd173671e4eb7c46a29d57a8
-
William Escande authored
-
Chris Manton authored
-
Chris Wailes authored
-
Chris Wailes authored
Revert submission 2421642-rust-update-prebuilts-1.66.1 Reason for revert: Missing riscv support and out of date base64 crate causing brekages Reverted changes: /q/submissionid:2421642-rust-update-prebuilts-1.66.1 Change-Id: Id61258746330ca5cd09e04376dedca55acff2890
-