Unable to set Bluetooth configuration at the first time

- initial configuration value
- add test case

Bug: 147634692
Test: make -j50 RunSettingsRoboTests
Change-Id: If55036d358d664bcbcb816a38f18019c62976d38
This commit is contained in:
timhypeng
2020-01-13 16:56:51 +08:00
parent fd17fcbf11
commit 9a8ec96e48
5 changed files with 46 additions and 9 deletions

View File

@@ -54,7 +54,7 @@ public class BluetoothA2dpConfigStore {
mChannelMode = channelMode;
}
public void setCodecSpecific1Value(int codecSpecific1Value) {
public void setCodecSpecific1Value(long codecSpecific1Value) {
mCodecSpecific1Value = codecSpecific1Value;
}