зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1062697 - Initialize avrcp play status using the proper value, disable AvRCP 1.5. r=btian
This commit is contained in:
Родитель
7d539e20d0
Коммит
a27ae2d2d4
|
@ -238,7 +238,7 @@ BluetoothA2dpManager::ResetAvrcp()
|
|||
mMediaNumber = 0;
|
||||
mTotalMediaCount = 0;
|
||||
mPosition = 0;
|
||||
mPlayStatus = ControlPlayStatus::PLAYSTATUS_UNKNOWN;
|
||||
mPlayStatus = ControlPlayStatus::PLAYSTATUS_STOPPED;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -38,5 +38,7 @@
|
|||
|
||||
/* CHLD values */
|
||||
#define BTA_AG_CHLD_VAL "(0,1,2,3)"
|
||||
/* SDP AVRCP 1.5 feature */
|
||||
#define SDP_AVRCP_1_5 FALSE
|
||||
|
||||
#endif /* B2G_BDROID_BUILDCFG_H */
|
||||
|
|
Загрузка…
Ссылка в новой задаче