зеркало из https://github.com/mozilla/gecko-dev.git
Bug 772765 - part4 - BT impl. r=gyeh
This commit is contained in:
Родитель
3e2f763681
Коммит
6c4c371456
|
@ -32,7 +32,8 @@ TelephonyListener::CallStateChanged(uint32_t aCallIndex,
|
|||
const nsAString& aNumber,
|
||||
bool aIsActive,
|
||||
bool aIsOutgoing,
|
||||
bool aIsEmergency)
|
||||
bool aIsEmergency,
|
||||
bool aIsConference)
|
||||
{
|
||||
BluetoothHfpManager* hfp = BluetoothHfpManager::Get();
|
||||
hfp->HandleCallStateChanged(aCallIndex, aCallState, EmptyString(), aNumber,
|
||||
|
@ -41,6 +42,12 @@ TelephonyListener::CallStateChanged(uint32_t aCallIndex,
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
TelephonyListener::ConferenceCallStateChanged(uint16_t aCallState)
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
TelephonyListener::EnumerateCallStateComplete()
|
||||
{
|
||||
|
@ -54,6 +61,7 @@ TelephonyListener::EnumerateCallState(uint32_t aCallIndex,
|
|||
bool aIsActive,
|
||||
bool aIsOutgoing,
|
||||
bool aIsEmergency,
|
||||
bool aIsConference,
|
||||
bool* aResult)
|
||||
{
|
||||
BluetoothHfpManager* hfp = BluetoothHfpManager::Get();
|
||||
|
|
Загрузка…
Ссылка в новой задаче