Backed out changeset adb6cdbdd2ed for emulator build bustage (Bug 1197815)

This commit is contained in:
Nigel Babu 2015-08-25 17:59:18 +05:30
Родитель 72056dd1ea
Коммит b5f476b707
3 изменённых файлов: 3 добавлений и 9 удалений

Просмотреть файл

@ -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