- Feb 10, 2023
-
-
David Duarte authored
Bug: 263885771 Test: TreeHugger Change-Id: I2dbbdacafb9ef760710b5b5ba83e23d8a18c2087
-
- Feb 08, 2023
-
-
Abhishek Pandit-Subedi authored
* changes: Update {bind,callback,callback_forward,callback_helpers}.h includes floss: Uprev libchrome package to 1094370 floss: Uprev modp_b64 package to R110
-
Chen Chen authored
-
Henri Chataing authored
-
Treehugger Robot authored
-
Henri Chataing authored
-
Łukasz Rymanowski authored
If group configuration failed when doing reconfiguration, make sure to clear flag indicating that group is pending reconfiguration. Bug: 260676109 Test: manual Tag: #feature Change-Id: I4f3a5557a9cb83b2b285beea2fec755e7b59e761
-
Henri Chataing authored
-
Treehugger Robot authored
-
Yun-hao Chung authored
-
Kihong Seong authored
-
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
-
-
Chen Chen authored
Bug: 264937355 Test: atest BluetoothInstrumentationTests Change-Id: I0b9982eac34c1005904d7edb54f04ef0c16d35d8
-
Henri Chataing authored
- The command is actually a no-op since the controller never saves link-keys to the key store by default and gd doesn't either - gd never checks the supported command mask before sending the command, and the logger fails to parse the response when it has status UNKNOWN_OPCODE Bug: 268254139 Test: NA Change-Id: I52969de202242e5fba72062e2041dac3c58dc107
-
Henri Chataing authored
The Supported Commands mask is no longer set by DualModeController as the list of implemented commands. This allows for setting unimplemented commands as supported for feature discovery when testing new profiles. The Supported Command mask value is unmodified in this CL, only adding some commands that were implemented but missing from the HCI command mapping: - HCI Set Event Mask Page 2 - HCI Add SCO Connection - HCI LE Remote Connection Parameter Request Reply - HCI LE Remote Connection Parameter Request Negative Reply The ability to configure supported commands from the JSON config file is temporarily disabled as unimplemented commands now raise FATAL errors and configured values are likely to be incorrect... Test: m root-canal && atest pts-bot Bug: 266087760 Change-Id: I9c8960ba65d885f3606a89d2dcc0781aa599c71f
-
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
-
Henri Chataing authored
Use the CommandComplete builder to simplify the code. Test: m root-canal Change-Id: I59e07c72761744bd77a142af21fc67e8c47066f1
-
William Escande authored
-
Chris Manton authored
-
Łukasz Rymanowski authored
-
Jakub Tyszkowski authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Tim Tsai authored
-
Łukasz Rymanowski authored
-
JohnLai authored
The method try_into cannot convert a variable length vector into a fixed size array, so instead of using try_into, you can use a loop to copy the elements of the value vector into a fixed size array. Bug: 267596712 Test: Manually Tag: #floss Change-Id: I745ad3f9ef65ebd410173ea3a4463a093f64105e
-
Kihong Seong authored
Bug: 266850093 Test: atest BluetoothInstrumentationTests Change-Id: I54b0eee80fb856c63c454c0076ec57ee0d17555b
-
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
-