-
Notifications
You must be signed in to change notification settings - Fork 1
Stub two more QTI functions #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
HSgod
wants to merge
44
commits into
Colt-Enigma:c10
Choose a base branch
from
HSgod:c10
base: c10
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change-Id: I7668f499ae7c40bbe93943f7a009e15fbfad0f75
Change-Id: I5bb68b5cd783edf562bda3439d23ec97ac435bdf
Change-Id: I1f07f21ab226d9552f32b81eb8a0a8ad38c460fb
Change-Id: I92902d77ac02cbcd6c69e9b25a57485d3392754d
Change-Id: I18e6ced8d38958b8ec3432e265d5499f9ed6223f
Change-Id: I44180d85bee2172ef7d2127d2a4669f2ca935148
Change-Id: I938e9c4c3731a48e09bf30801e17506ae89ac1a4
Change-Id: I6f5f34e8051d47b39e7a7ac10ca2c37e1224907f
Change-Id: I17f42d1f4271716c01f138458e1c2044b04fc6bc
Change-Id: Ia8f5ee5e174d7705cfac7d6a050c87d09a229ccb
Change-Id: Ib9f96a42c6b5a8b6c4fc5210f67f03f8bd2fb5c7
Change-Id: I3b687bdfed322d5b3e3f81eb1795644bb2f75692
Change-Id: I18cf8d550282da4ee80d7b3a408e297c9407a777
Change-Id: Ib3884e6714366d73c5caeeee142e5bf5ea0cf751
Auto-generated-cl: translation import Bug: 64712476 Change-Id: I77ea0275cfc385e181171e8eabaa4c7aeadc1a16 (cherry picked from commit 07eca9d)
…31286, 9231355, 9231376, 9231420, 9231462, 9231356, 9231421, 9231422, 9231402, 9231537, 9231557, 9231440, 9231441, 9231287, 9231288, 9231463, 9231464, 9231465, 9231423, 9231289, 9231392, 9230416, 9231466] into qt-c2f2-release Change-Id: Iecb6cd1e56206ea148ad3bded6d67634a23793fe
Change-Id: Id00d03cc462c185ebf73222c0c5ac872496c3d15
The length is assigned by the framework. We should be better to check again before using, and dropped any unexcepted input. Bug: 139287605 Test: PoC, atest -t BluetoothInstrumentationTests:com.android.bluetooth.btservice Change-Id: Ie2dd01e0b192e7ed1fe4b464618ddfa415dbf15c (cherry picked from commit d6c84aa)
…26546, 9426547, 9426663, 9425933, 9425934, 9425935, 9426621, 9426622, 9426548, 9426599, 9426920, 9426921, 9426922, 9426923, 9426924, 9426925, 9425775, 9425838, 9426623, 9426664, 9426665, 9426666, 9426667, 9426668, 9426669, 9426568, 9426569] into qt-c2f2-release Change-Id: Idf8d4148ba9a48169d53e1ff2ac892147447cd8c
We're not tracking email common so this causes a build error. If and when we decide to kill off tests completely, then we could revert this but for now, this is the quick fix. Change-Id: I6d5e725dcd7b68038d4cc8a78ae6889fd5021063
…atform/packages/apps/Bluetooth into HEAD Android 10.0.0 Release 20 (QQ1C.191205.016.A1)
Bug: 145130871 Test: POC Merged-In: Ib4985e18de9f6695acc371da78deb240d42671f1 Change-Id: I3b8897166e223179fcbcf8c7a64e0c4d4ca974ef (cherry picked from commit 8d1e897)
…42371, 9942372, 9942373, 9942374, 9944689, 9944690, 9944779, 9944766, 9944767, 9944483, 9944413, 9944801, 9944802, 9944803] into qt-qpr1-d-release Change-Id: I5f9bb255a20de6a647134f8444e4ce500f8d78ac
…atform/packages/apps/Bluetooth into c10 Android 10.0.0 Release 29 (QQ1D.200205.002)
This fixes null pointer exception by simply adding null pointer checker. Problem occurs when sendMediaUpdate() is called just after Avrcp Service is stop()ed. Error Message: java.lang.NullPointerException: Attempt to invoke virtual method ’void com.android.bluetooth.avrcp.AvrcpNativeInterface.sendMediaUpdate(boolean, boolean, boolean)’ on a null object reference Test: Once issue Change-Id: Id42e48faa28ce6c1ec6d4148705d3342261aa6ca Signed-off-by: slki.shin <[email protected]>
When checking the codecs type (if it was SBC or not), there's a chance that they'll throw an NPE and fails to either raise or lowering the SBC priority. Bug: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.bluetooth.BluetoothCodecConfig.isMandatoryCodec()' on a null object reference at com.android.bluetooth.a2dp.A2dpCodecConfig.enableOptionalCodecs(A2dpCodecConfig.java:108) .... java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.bluetooth.BluetoothCodecConfig.isMandatoryCodec()' on a null object reference at com.android.bluetooth.a2dp.A2dpCodecConfig.disableOptionalCodecs(A2dpCodecConfig.java:129) .... Signed-off-by: Nauval Rizky <[email protected]>
…atform/packages/apps/Bluetooth into HEAD Android 10.0.0 release 31
Remove READ_CONTACTS permission from android manifest to avoid duplicate permission warning after load system image. Test: Rebooted DUT after flash latest BT APK Bug: 126786932 Change-Id: I3ae22d1e97aa717c5fae33e007afa8440a4e3755 Signed-off-by: Mrinal Ghosh <[email protected]>
Test: Build and observe that the following warning no longer appears in logs: W PackageParser: No actions in intent filter at /system/app/Bluetooth/Bluetooth.apk Binary XML file line #263 Change-Id: I0074a6a18433e7c2f18ad8011084011372abcdfd Signed-off-by: Mrinal Ghosh <[email protected]>
…atform/packages/apps/Bluetooth into c10 Android 10.0.0 Release 39 (QQ3A.200605.002.A1)
Fixed a typo related to String translation Bug: 142888682 Test: Manual Change-Id: I495af9cd2ad6a1e99130af4af1040654478998b4
As there is no value assignment for string id="sender" in string bt_sm_2_1, %1$s will show as garbled char for the user while the capacity of the device is full bug: b/153128298 Signed-off-by: Yinchu Chen <[email protected]> Change-Id: Iec7da3fa32b2133263d18bbe3a2f187aa7be99f0
Add BLE Scan Phy parameter to set scan parameters API. CRs-Fixed: 2237643 Change-Id: I4c6e77cb1dde07896d967957f38dbabb1e5c23b6
- Use new intent for active device managememt. - Call the new API to update MM supported offload codecs to stack. CRs-Fixed: 2441055 Change-Id: I19e256ae981516e9054b6e6eed8372ae2929b007
- In BLE on use case, quiet mode status is not updated to Adapter service which results in not initiating auto connection of hfp & a2dp though quiet mode is disabled for next turn On. - Added new API to update quiet mode status in Adapter service. CRs-Fixed: 2337538 Change-Id: Ifb848e3cc124dd937db09e6d3fbc0996668390ce
When Pairing initiated from DUT, bondingIinitiatedLocally flag sets from adapterservice. If user disable profile options from UI and tries to connect from remote,DUT rejects the incoming connection, when dut rejects connection some remotes may initiates pairing agiagn. Profile options should be in disable state after incoming pairing successful as user disabled profile options, but profile options getting enabled as bondingInitiatedLocally not reset. Hence Reset bondingInitiatedLocally flag after connection Change-Id: I1c1fd8681f25a9e957b5c91be51b587011701956 CRs-Fixed: 2457374
Change-Id: I653611fd906e7ab6d1fb7a6dbda57bf8e47d6976
"HD Audio" checkbox is not checked for SBC by default. Change-Id: Id45c48aeaa2eb86f3dffa0cc825d1e09f1c00187 Signed-off-by: spezi77 <[email protected]>
This fix is required to properly follow codec reconfiguration for SBC HD (SBC Dual Channel) in case of incoming Bluetooth connection. Change-Id: Idb8fce75b4f628ae865fc1d3a787e34b6a29e31e Signed-off-by: spezi77 <[email protected]>
@neobuddy89: Simplify and change sequence. Signed-off-by: Pranav Vashi <[email protected]> Change-Id: I36f424a9579b8a15cee58f47f31edc5bc99c73ee
Signed-off-by: Pranav Vashi <[email protected]> Change-Id: I82ca0aad54bb5a28dadcd845c8fcf87663fa3570
Signed-off-by: Pranav Vashi <[email protected]> Change-Id: I3307506e332350894dbe6022882a9510293f1a4d
Change-Id: Idd3f287630afb68fdb8a58efe7a4fca9ce2e4da6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.