- Apr 10, 2021
-
-
Chris Manton authored
Bug: 182544206 Test: gd/cert/run Tag: #refactor BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines No-Typo-Check: Legacy code mocks Change-Id: I5cf4b24651b436a96bfbba43ad33db28707352e3
-
- Apr 09, 2021
-
-
Greg Kaiser authored
The 'flags' field was our only field not initialized in our constructor. To assure consistent behavior, we initialize it here. Test: TreeHugger Change-Id: I92c94eb5a995b5980d635f2c6d1cb12bf28ef4ca
-
Łukasz Rymanowski authored
It turns out we might need btm_iso to be stated from more than one place e.g. broadcast and unicast scenario. Therefore, allow for that. Bug: 150670922 Tag: #feature Test: atest --host net_test_btm_iso Sponsor: jpawlowski@ Change-Id: I8111a55707a00b5622a260f938e0da08fc37ae65
-
Treehugger Robot authored
-
Grzegorz Kołodziejczyk authored
Patch introduces support for client interface and HAL. Tag: #feature Test: atest bluetooth-test-audio-hal-interface Sponsor: jpawlowski@ Bug: 150670922 Change-Id: Idddddc403aacc671d8010f8c6004038ffe53da8f
-
Chris Manton authored
Bug: 163134718 Test: gd/cert/run Tag: #refactor BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Change-Id: I3403836b9e358ecd2967de25a72cba421641e24b
-
Chris Manton authored
Used for test injection Bug: 163134718 Test: gd/cert/run Tag: #refactor BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Change-Id: I1cfd4103bfe6b20aabff2885e5ace106e11b04e8
-
Chris Manton authored
Bug: 163134718 Test: gd/cert/run Tag: #refactor BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Change-Id: I5a8f78346ae26fd4cdccc5730160cb76b3a01a9e
-
Chris Manton authored
Bug: 163134718 Test: gd/cert/run Tag: #refactor BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Change-Id: I35654b3c03d365900c06e12a09934a27739b75b9
-
weichinweng authored
Bug: 175754404 Test: atest BluetoothInstrumentationTests Tag: #stability Change-Id: I775066475cc3b14de3b613b8a3b60c34214c3703
-
- 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
-
Myles Watson authored
Some controllers send ConnectionComplete with status code Unknown Connection when cancelling a RemoteNameRequest. Fixes: 184239841 Tag: #gd-refactor Test: cert/run Change-Id: Ibcaf68a13e18a629ab16be3bb4bfe9c1ff208095
-
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
-