- Jun 16, 2021
-
-
Chris Manton authored
Bug: 163134718 Tag: #refactor Test: gd/cert/run Change-Id: I80ae609ad2485eeaabb3b3fe95d6544dd89b6d5f
-
- Jun 15, 2021
-
-
Treehugger Robot authored
-
David Duarte authored
Without that, the first argument will be passed as test name to acts, so for example with the flag --host, it will be passed as acts as --tc --host, and acts will complain with `argument -tc/--testclass: expected at least one argument` which is really misleading Test: gd/cert/run Tag: #gd-refactor Change-Id: Ib020746a573f63baab80d3d4b441320d048cb75b Signed-off-by:
David Duarte <licorne@google.com>
-
Treehugger Robot authored
-
Hansong Zhang authored
It has some include files which needs internal_include/bt_target.h Tag: #floss Bug: 190730870 Test: compile on chromeos Change-Id: Ib5740f0af7845539dcd60ad38e9df37c1e45fda2
-
Chris Manton authored
Usefull for communicating to rust Bug: 163134718 Tag: #refactor Test: gd/cert/run Change-Id: I7304009e5b0623aedb1109a6ed5bcac395289c5e
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Chris Manton authored
Include what you use Bug: 190631642 Test: gd/cert/run Tag: #refactor Change-Id: I538774e8b48a47741c82f99b3a9bda4a39005184
-
Treehugger Robot authored
-
- Jun 14, 2021
-
-
Jizheng Chu authored
Merge "Fix device initialization error when run GD cert tests on real device caused by missing lib files"
-
Myles Watson authored
Fixes: 189299364 Change-Id: I45992045a42afca85cb25223a52d6b6cfca0085c Test: cert/run Tag: #gd-cleanup
-
Treehugger Robot authored
* changes: Remove unused file bta/include/bta_gatts_co.h Remove unused api bta_gatts_co_srv_chg Remove unused bta_gatts_co_srv_chg Remove unused bta_gatts_co_load_handle_range Add API check_cod_hid Add API is_main_thread() check Fix gatt_disconnection_reason_text
-
Treehugger Robot authored
-
Hansong Zhang authored
Test: cert/run Bug: 190730870 Tag: #refactor Change-Id: I17eec8eec24c583712b2990d1983569e12129151
-
Hansong Zhang authored
Test: cert/run Tag: #refactor Bug: 190730870 Change-Id: Icf1660cba2e2982383560e4dbb0a1908b3fa4c04
-
Chris Manton authored
Bug: 163134718 Tag: #refactor Test: gd/cert/run Change-Id: Iccb0a4b6ab46a9194bd404707c46706519bb08ef
-
Chris Manton authored
Bug: 163134718 Tag: #refactor Test: gd/cert/run Change-Id: I04a65e1ce07d9adce1f0f7fda21931d0d39ed1c8
-
Chris Manton authored
Bug: 163134718 Tag: #refactor Test: gd/cert/run Change-Id: Iadb4a68c58c96233364103da8dde75aeb18f8428
-
Chris Manton authored
Bug: 163134718 Tag: #refactor Test: gd/cert/run Change-Id: Ia6366db2bfd2739b8b61b870d6da5b4a29b853cf
-
Chris Manton authored
Bug: 163134718 Tag: #refactor Test: gd/cert/run Change-Id: I81a5f03cf3b4a200076acae0c61025ac2734131c
-
Chris Manton authored
Bug: 163134718 Tag: #refactor Test: gd/cert/run Change-Id: Idfd67df5f3f6fb2526b69aff62901ae0c5f404c3
-
Chris Manton authored
Requires c-printf output Bug: 163134718 Tag: #refactor Test: gd/cert/run Change-Id: I55141d8cbb8c105fd431d55b3e60015f34d7ec4b
-
Treehugger Robot authored
* changes: Promote gd/ to first class include directory Sort properly btif/Android::btifCommonIncludes
-
Hansong Zhang authored
Test: cert/run Bug: 190730870 Tag: #refactor Change-Id: Iabe758bca2cc0e92fbd1ec7fe683e80c101d2a9a
-
Sonny Sasaka authored
* changes: Use tokio::spawn instead of choosing the runtime explicitly Add unit tests for BDAddr conversions Clean up compiler warnings for a2dp
-
Abhishek Pandit-Subedi authored
Clients will use object manager's InterfaceAdded/InterfaceRemoved notifications to keep track of when Bluetooth becomes available. Also update dbus-crossroads dependency to 0.4, which adds a bugfix for creating object manager on "/". Bug: 190606778 Tag: #floss Test: Verified on ChromeOS Change-Id: Ib339ea9bf598301efc0f572b35a3ce638039a170
-
Sal Savage authored
-
Chris Manton authored
Bug: 190631642 Test: gd/cert/run Tag: #refactor Change-Id: Ib19e95498334f2835e5a2528ed37d0c0557154e3
-
Chris Manton authored
Bug: 163134718 Tag: #refactor Test: gd/cert/run Change-Id: Ib5ee07e15fb43246d7bd43bb341e5d90e999fb7f
-
Abhishek Pandit-Subedi authored
Due to the use of multiple build systems, link dependencies between C++ and Rust where C++ does the final linking will fail. Until we have full Bazel build, we can't enable these tests again. Bug: 190750167 Tag: #floss Test: Build for Linux Change-Id: Iadd7dafe9635f606c2289eb246e3e2eb4931e92c
-
Abhishek Pandit-Subedi authored
This reverts commit 069fb341. This breaks Linux build because the function declaration doesn't match the callback declaration. We will need to change both locations to pass the vector by reference. Bug: 190749285 Tag: #floss Test: Compile for Linux Change-Id: I8dcb1376e2d53d944190eccb2c33b933299193d4
-
Abhishek Pandit-Subedi authored
Header used std::unique_ptr without #include <memory> Bug: 190749285 Tag: #floss Test: Compile on linux Change-Id: Id9d89a1ab375cd95dc8b802a901311dd9205fb1a
-
Abhishek Pandit-Subedi authored
The LE close reason is tGATT_DISCONN_REASON but it's compared against tHCI_ERROR_CODE. Besides just being different types, they are also backed by different primitives (u16 for gatt vs u8 for hci). This fails in stricter build environments (i.e. ChromeOS). Bug: 187836537 Tag: #floss Test: atest --host bluetooth_test_gd Change-Id: I106c9555e82160f5f66fe24acf933b570ce8b821
-
- Jun 13, 2021
-
-
Hansong Zhang authored
Remove it. Test: cert/run Bug: 190730870 Tag: #refactor Change-Id: I1c3c33058c7ef2f69ad11028ab855bcf1c5d07f2
-
Hansong Zhang authored
fd should be positive number Test: cert/run Bug: 190535782 Tag: #stability Change-Id: I723774041985a476ac6a6977a6124d3bead90cef
-
- Jun 12, 2021
-
-
Sonny Sasaka authored
tokio::spawn chooses the correct current runtime the caller is in the context in, so there is no need to explicitly specific topstack runtime. This makes the code less dependent on a particular runtime. Bug: 188718349 Tag: #floss Test: manual - Build floss on Linux Change-Id: Ided764f4f737bd98ae85b6c06ebe1539e03b3b2c
-
- Jun 11, 2021
-
-
Jizheng Chu authored
Test: gd/cert/set_up_and_run_device_cert.sh, observed no failure to initialize objects for controller GdDevice during setup. Please note tests may still fail due to b/190653955. Change-Id: I81e4f0e189266497f4232a8b8c2939971175c5c9
-
- Jun 10, 2021
-
-
Sonny Sasaka authored
Bug: 188718349 Tag: #floss Test: manual - Build floss on Linux, ran cargo test Change-Id: Ic79c2972c917295ee20dfca40eaaaeaf110ca8f6
-
Sonny Sasaka authored
Bug: 190676649 Tag: #floss Test: Build floss Change-Id: If87bd8bddfe54e1b6cc6dd82548a33540843b252
-