зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset adb6cdbdd2ed for emulator build bustage (Bug 1197815)
This commit is contained in:
Родитель
72056dd1ea
Коммит
b5f476b707
|
@ -24,8 +24,7 @@ public:
|
|||
|
||||
#define BT_DECL_HFP_MGR_BASE \
|
||||
BT_DECL_PROFILE_MGR_BASE \
|
||||
virtual bool IsScoConnected() override; \
|
||||
virtual bool IsNrecEnabled() override;
|
||||
virtual bool IsScoConnected() override;
|
||||
|
||||
END_BLUETOOTH_NAMESPACE
|
||||
|
||||
|
|
|
@ -105,12 +105,6 @@ BluetoothHfpManager::IsScoConnected()
|
|||
return false;
|
||||
}
|
||||
|
||||
bool
|
||||
BluetoothHfpManager::IsNrecEnabled()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Non-inherited functions
|
||||
*/
|
||||
|
|
|
@ -92,6 +92,7 @@ public:
|
|||
|
||||
bool ConnectSco();
|
||||
bool DisconnectSco();
|
||||
bool IsNrecEnabled();
|
||||
|
||||
/**
|
||||
* @param aSend A boolean indicates whether we need to notify headset or not
|
||||
|
|
Загрузка…
Ссылка в новой задаче