- Mar 28, 2022
-
-
Alice Kuo authored
The data path direction is bit field in LE Remove ISO Data Path command. Bit 0: remove input data path Bit 1: remove output data path Bug: 226438214 Test: make build Change-Id: I5ee340fc36c119fecd614115f779b9cb1bb5be38
-
- Mar 27, 2022
-
-
Treehugger Robot authored
-
- Mar 26, 2022
-
-
Chris Manton authored
Bug: 224999611 Tag: #refactor Test: gd/cert/run BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Change-Id: Iaa85fe156bd911721f7ce707e0313c6c901d9bd2
-
Chris Manton authored
-
Jizheng Chu authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Chris Manton authored
Bug: 19383061 Test: gd/cert/run Tag: #refactor Change-Id: I07ce4c119072be58f4ed15bf3380353e1a2b272a
-
- Mar 25, 2022
-
-
Chris Manton authored
Bug: 188297862 Test: gd/cert/run Tag: #refactor Change-Id: I18ee5af2dc32adcac7be37f18f2fb24b043c34b2
-
Treehugger Robot authored
-
Jizheng Chu authored
Bug: 222240272 Change-Id: I87878e5dd8f55ac0ccf2f895e67ca62d9c21f0b9 Test: gd/cert/run Tag: #refactor
-
Jakub Pawlowski authored
This is fix of copy-paste error. Microphone should check receiver, not sender state. Test: Start recording audio without playing music first, observe recorder receiving audio samples Bug: 150670922 Change-Id: Iab5b40b1f8e2008aa8f3eb053b517fcb0503a7ae
-
Jakub Pawłowski authored
-
Treehugger Robot authored
-
Chris Manton authored
Bug: 163134718 Tag: #refactor Test: gd/cert/run Change-Id: I8f40a31f4c5ef2d9644659346f5f078adf585f44
-
Chris Manton authored
Bug: 188074901 Test: gd/cert/run Tag: #refactor Change-Id: Ifaa2c7c17734bcac50caf63b88beec69b919b69e
-
Chris Manton authored
Bug: 188074901 Test: gd/cert/run Tag: #refactor Change-Id: Ia24a62784dd2882ae6c42b7849ebe33543923d01
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Chris Manton authored
Bug: 225897359 Tag: #refactor Test: gd/cert/run BYPASS_LONG_LINES_REASON: Bluetooth likes 120 char lines Change-Id: I9db994c94588c2d8a28a6669a6c47204818dde31
-
Treehugger Robot authored
-
Jakub Pawlowski authored
Test: play music over stereo headset, observe logcat output Bug: 150670922 Change-Id: I2d47ee7ed0950a680552e37b981d490616f5fc9a
-
Jakub Pawłowski authored
* changes: broadcaster: Refactor handling broadcast ID broadcaster: Fix stopping audio session broadcaster: Fix suppressing noisy intent broadcaster: Remove redundant code broadcaster: Fix invalid HAL version log broadcaster: Improve dumpsys logs broadcaster: Enable and improve logging common/strings: Support classes with operator<<(std::ostream&, const T&)
-
Chienyuan authored
Tag: #feature Bug: 223823523 Test: gd/cert/run --device --clean --sl4a LeAdvancedScanningTest Change-Id: Ia0f392197610d8e505309be65d6c5b41bd94b98c
-
Thomas Girardier authored
-
Chris Manton authored
Bug: 188074901 Tag: #refactor Test: gd/cert/run Change-Id: Id8b8faf915588f98deb2193e45944fa66eedd744
-
Chris Manton authored
Bug: 188077107 Tag: #refactor Test: gd/cert/run Change-Id: I17fbfe791a8212062c32971f7a847f00e0909381
-
Jakub Tyszkowski authored
This patch is another step to properly align the Java API with the native layer implementation. This change makes use of the broadcast ID in the native layer API in place of the vague instance ID, to seamlesly match the Java API and simplify the native layer API and avoid any translations between the two. Previously used instance ID (after the advertising instance identifier) is now only used when talking to the advertiser module but is no longer exposed to the upper layers, where only broadcast ID exists. This also fixes the following error that was caused by the broadcast ID being not yet known to the Java layer at the time broadcast is created: LeAudioService D Broadcast Instance id: 15740086 paused. LeAudioService E Unknown Broadcast ID for broadcast instance: 15740086 Bug: 150670922 Tag: #feature Test: atest BluetoothInstrumentationTests bluetooth_test_broadcaster_sm bluetooth_test_broadcaster Sponsor: jpawlowski@ Change-Id: Ie524da6fd560bc20ed1eab4fea5035cedbe18f5c
-
Jakub Tyszkowski authored
This shouls be triggered on STOPPED state change and not on PAUSED. Bug: 150670922 Tag: #feature Test: atest BluetoothInstrumentationTests Sponsor: jpawlowski@ Change-Id: I37609e05103eeb017fbba99291a38bbbc30525f7
-
Jakub Tyszkowski authored
Fixes the reversed logic to normal, which is to not supress the intent when Boradcast gets disabled and phone speaker can become noisy. Bug: 150670922 Tag: #feature Test: atest BluetoothInstrumentationTests Sponsor: jpawlowski@ Change-Id: Ib1715e1f6080a8746fe2f9283aa2a88af0f33947
-
Jakub Tyszkowski authored
This code is valid only in STREAMING state. Bug: 150670922 Tag: #feature Test: atest BluetoothInstrumentationTests Sponsor: jpawlowski@ Change-Id: I11dae3ed37bae5c3d5edc7834014db0e6f2cdbb3
-
Jakub Tyszkowski authored
It is no longer HAL 2.1 that is required. Bug: 150670922 Tag: #feature Test: atest bluetooth_test_broadcaster bluetooth_test_broadcaster_sm Sponsor: jpawlowski@ Change-Id: Iacc680cedd02d8c8aa0bfc0b48a0aef11404b4f1
-
Jakub Tyszkowski authored
Bug: 150670922 Tag: #feature Test: atest --host bluetooth_test_broadcaster bluetooth_test_broadcaster_sm Sponsor: jpawlowski@ Change-Id: I89fc69b7d97b7aa95236e4bcf324a9666e8fd6ce
-
Jakub Tyszkowski authored
This enables all the logs for debugging. Once the broadcast is stable enough this should be revisited. Bug: 150670922 Tag: #feature Test: atest bluetooth_test_broadcaster bluetooth_test_broadcaster_sm Sponsor: jpawlowski@ Change-Id: I82d0b05864f90bbfe7988157a43d3d3b36c7c1e4
-
Thomas Girardier authored
Test: m BlueberryServer Change-Id: Ie3fba0d87e33b10c7b319496347e417bfb6af93a
-
Jakub Tyszkowski authored
This allows to reuse all the existing string conversion logic for custom classes for which we already have these defined: std::ostream& operator<<(std::ostream& os, const T& obj) Bug: 150670922 Tag: #feature Test: atest packages/modules/Bluetooth/system/gd/common/strings_test.cc Sponsor: jpawlowski@ Change-Id: Ie31584231800573b5dbc59caba1cccc0c0787be2
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Jack He authored
-