-
Notifications
You must be signed in to change notification settings - Fork 13
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
Qti bt stack #14
Open
karthik1896
wants to merge
12
commits into
StyxProject:S
Choose a base branch
from
karthik1896:S
base: S
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
Qti bt stack #14
Conversation
This file contains 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
Create new catagory for TWS devices such that only paired TWS devices will be populated under this catagory. CRs-fixed: 2230362 Change-Id: I6f7084c4bb319820e9d534c06adb01904b082ff9
Added filter to display TWS devices only under saved earbuds category. CRs-Fixed: 2285057 Change-Id: Id254210a4a308360e0f2110d6b81d8a3a780bd38
android.support.* are renamed to androidx. Test: m -j Settings Change-Id: I6048ba8b014d2804c624113bd214f10ddee8c13a
Changes are made as per aosp implementation for TWS, UI update is moved to profile connection states instead of depending connection states. CRs-fixed: 2300825 Change-Id: I7074698b3c421822756c30a808da6cd02968bced
Change implementation of Saved Earbuds category as same as Previous Connected Devices category for legacy devices, onProfileConnectionStateChanged in BluetoothDeviceUpdater is used and UI updates based on Filter matched or not. Change-Id: Iff047ccd90e81696e805fd090ada86dc0c6b2feb CRs-Fixed: 2524220
Due to enhancements in the DEV-UI by AOSP, Blutooth Audio codec menu showing nothing in developer settings. Due to length mismatch of the bluetooth_a2dp_codec_titles and bluetooth_a2dp_codec_summaries in settings leading to this issue. Issue has been fixed by introducing QVA codecs too, so that length won't mismatch. CRs-Fixed: 2624640 Change-Id: I849e340152be5043782fa8274636a534c147c8bb
Change-Id: I75551fb2e3aa4358c80a61b799cd4093ee88d889
…Updater Bug:147819852 Change-Id: Ifb11cc864d52c36704346debf89523cdcf5ce536
…signature change In 130629b, the constructor signature of BluetoothDeviceUpdater changed; a Context parameter was added. Update its subclass, SavedBluetoothTwsDeviceUpdater, accordingly. Change-Id: I07945f96e0ff6b1e82b1c9f5732eff69cecdca97
Added Bluetooth codec Dev-UI support for QVA codecs. CRs-Fixed: 2663248 Change-Id: I035d760bbf4de27f2216c4ffb42df26a0c0ce476
-setCodecConfigPreference() should not be called when disableOptionalCodecs() is called. -disableOptionalCodecs() would set SBC codec automatically Bug: 183456866 Test: make -j50 RunSettingsRoboTests ROBOTEST_FILTER=BluetoothCodecDialogPreferenceControllerTest Change-Id: Ib18f4a683dcba7ba92df827c30da0088c90b4d72
-Set codec to SBC when HD audio is off Bug: 194349060 Test: make -j50 RunSettingsRoboTests CRs-Fixed: 3075863 Change-Id: Iae4aa3f1d77350f5b4d91e7a687e048091c1daea
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.