- Apr 08, 2021
-
-
Matthew Maurer authored
-
Treehugger Robot authored
-
Treehugger Robot authored
* changes: Update gitignore for Cargo.lock and tags Use local rules for flex/bison Specify bt_shim_ffi dependency to bluetoothtbd Fix rust build in build.py Avoid const value_type of vector Guard printing PKG_CONFIG_PATH in build.py Add missing #include <string.h> for memcpy Fix packetgen outputs
-
Jack He authored
-
Chienyuan authored
Tag: #gd-refactor Bug: 180870443 Test: gd/cert/run BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Change-Id: Ifd2af34886a0cf40d5ca3f4fdd4869089276d919
-
Myles Watson authored
Bug: 184786243 Test: cert/run Tag: #gd-refactor Change-Id: Ie81ce626c23016dd66c8418aeff44687d50111d5
-
Matthew Maurer authored
Test: m Bug: 184799689 Tag: #refactor Change-Id: I93c7c2e8f754501771fe13c9f30408940dfe66a6
-
weichinweng authored
Add stopWatch feature to monitor HCI callbacks and audio client callbacks. Bug: 175754854 Test: atest BluetoothInstrumentationTests Tag: #stability Change-Id: I87b9aac85166f345629ea110653cc873ca24c079
-
- Apr 07, 2021
-
-
Hansong Zhang authored
Test: N/A Change-Id: Ia98b958ea7a97b7aa5a47ce3b118148adcaa5d08
-
Treehugger Robot authored
-
Łukasz Rymanowski authored
Bug: 150670922 Test: compilation Tag: #feature Sponsor: jpawlowski@ Change-Id: I4a12847f9be7cb77d9094fd5a1a8f9c68053ad21
-
Jack He authored
Bug: 183476377 Test: gd/cert/run Tag: #refactor BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Change-Id: I538c46eeb9cf40400f4f4ec424c4da6ae804213c
-
Łukasz Rymanowski authored
This implements basic version of VCP which allows to control Volume Control Service on ther remote side. This profile for expose only connect/disconnect/set volume Bug: 150670922 Tag: #feature Test: atest --host bluetooth_test_vc Sponsor: jpawlowski@ Change-Id: Ie68c333ffece3958d68580fbfd3a86aec1186711
-
Chris Manton authored
Bug: 183476377 Test: gd/cert/run Tag: #refactor BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Change-Id: I79fcfcf8dde071aff0a07f5440cfdca6e0e8134e
-
Chris Manton authored
Bug: 183476377 Test: gd/cert/run Tag: #refactor BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Change-Id: Iec78ab6a7b46837f9ab512d57b320b565d78f7cd
-
Treehugger Robot authored
-
Abhishek Pandit-Subedi authored
Bug: 176847216 Tag: #floss Test: atest --host bluetooth_test_gd Change-Id: I3ccf85d54493630257957a1c5182e54470bcb16f
-
Abhishek Pandit-Subedi authored
Use local flex and bison rules for the packet parser instead of depending on the rules in common-mk. Right now, the packet parser is using a re-entrant parser which can't be used with C++ codegen for flex. Common-mk maintainers would like the flex code to use C++ codegen since it is compiling the file as C++. Bug: 176847216 Tag: #floss Test: atest --host bluetooth_test_gd Change-Id: I731adcff7c966543300d2cdf1f87ef2a69b8a211
-
Sonny Sasaka authored
Specifying lib bt_shim_ffi explicitly before ssl so that ssl references can be linked from bt_shim_ffi. Bug: 176846220 Tag: #floss Test: atest --host bluetooth_test_gd Change-Id: I6f5f9cec960157559a57fe6721cd21ea0647c312
-
Sonny Sasaka authored
This copies the rust build result to the gn output directory to be accessible when linking from C++. Also adds an option to use crates.io for rust crates. Bug: 176846220 Tag: #floss Test: atest --host bluetooth_test_gd Change-Id: I9f7732878a2aced6f80f363c25aff3243d34f0d5
-
Sonny Sasaka authored
This change is required to build fluoride against libstdc++. libstdc++ asserts that: std::vector must have a non-const, non-volatile value_type. Bug: 176846220 Tag: #floss Test: atest --host bluetooth_test_gd Change-Id: Iabf796dc356826782b480fd01887c04a86e9708a
-
Sonny Sasaka authored
Bug: 176846220 Tag: #floss Test: atest --host bluetooth_test_gd Change-Id: Iba0c739a07bcfa7256ea624e2391d5cee016d2de
-
Sonny Sasaka authored
Bug: 176846220 Tag: #floss Test: atest --host bluetooth_test_gd Change-Id: I62b5a032c1a346a006668145407cd00f3c6bddd5
-
Sonny Sasaka authored
This changes action_foreach() to action() to be able to control the outputs field correctly. Tag: #floss Bug: 176846220 Test: atest --host bluetooth_test_gd Change-Id: I3cc9613e5c33aa3610a542107e97c7b4667e06c4
-
Chris Manton authored
Bug: 183476377 Test: gd/cert/run Tag: #refactor BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Change-Id: Id3b9e0931e17a2e376dee207af86241836e96cbb
-
Chris Manton authored
Bug: 183476377 Test: gd/cert/run Tag: #refactor BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Change-Id: If14d3bf2f8c632e9007fa846d514a9c3e7bbe18a
-
Chris Manton authored
-
- Apr 06, 2021
-
-
Myles Watson authored
* changes: Hci: Include 0xFF in event loops GD: Crash on Root Inflammation Event BQR: Print common BQR events Revert "GD HCI: Pipe VSEs up in shim layer" Revert "GD HCI: Support vendor specific event in GD"
-
Chris Manton authored
Bug: 183476377 Test: gd/cert/run Tag: #refactor BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Change-Id: Ib36d3fded252a51be550510f11cc102df2277512
-
Myles Watson authored
Bug: 183057550 Test: Enable VSEs Tag: #gd-refactor Change-Id: Ib06340af7965863343610c1b53d37d1f92c6c8da
-
Chienyuan authored
Tag: #refactor Bug: 183672787 Test: manual Change-Id: Iae2682b9c6b8da5a3dead2c333b8c2054be4ac30
-
Josh Wu authored
-
Myles Watson authored
Use the crash timer to allow enough time for debugging logs. Bug: 183057550 Test: Enable VSEs Tag: #gd-refactor Change-Id: I11d19c7fd012cd11e237bb13b84b9d77c83c1c1f
-
Myles Watson authored
Bug: 183057550 Test: Enable BQR events Tag: #logging Change-Id: Ibda9f7041c7f68b0bb9fff203fea556a47c12079
-
- Apr 05, 2021
-
-
Myles Watson authored
This reverts commit fb838d54. We prefer to keep the shim small and implement VSE handling in btif, since it's mostly for logging. Bug: 183057550 Test: Enable BQR events Tag: #gd-refactor Change-Id: I8f57c479eb57439f2ede486b645edc9b3975c25a
-
Myles Watson authored
This reverts commit 464efded. Bug: 183057550 Test: Enable BQR events Tag: #gd-refactor Change-Id: Ibb9302ae6bb9495880174a1ed8c6457a1e781027
-
Treehugger Robot authored
-
- Apr 02, 2021
-
-
Joel Galenson authored
The nix crate now closes the fd itself, so we cannot close it ourselves. Test: libbt_common_inline_tests Change-Id: I270c84ff198416ad472be86b7d9fb506e3a74232
-
Treehugger Robot authored
-
- Apr 01, 2021
-
-
Chienyuan authored
Tag: #logging Bug: 183672787 Test: manual Change-Id: Id52a0d1c2c8ed18c79a4f48886e2b54487cc5bda
-