Home
last modified time | relevance | path

Searched refs:DisconnectBtSco (Results 1 – 6 of 6) sorted by relevance

/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_call_manager.cpp47 bool BluetoothCallManager::DisconnectBtSco() in DisconnectBtSco() function in OHOS::Telephony::BluetoothCallManager
53 return btConnection_->DisconnectBtSco(); in DisconnectBtSco()
Dbluetooth_connection.cpp115 bool BluetoothConnection::DisconnectBtSco() in DisconnectBtSco() function in OHOS::Telephony::BluetoothConnection
166 bool BluetoothConnection::DisconnectBtSco(const Bluetooth::BluetoothRemoteDevice &device) in DisconnectBtSco() function in OHOS::Telephony::BluetoothConnection
/base/telephony/call_manager/services/bluetooth/include/
Dbluetooth_connection.h52 bool DisconnectBtSco();
79 bool DisconnectBtSco(const Bluetooth::BluetoothRemoteDevice &device);
Dbluetooth_call_manager.h32 bool DisconnectBtSco();
/base/telephony/call_manager/services/audio/src/
Daudio_device_manager.cpp340 DelayedSingleton<BluetoothConnection>::GetInstance()->DisconnectBtSco(); in SetCurrentAudioDevice()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dzero_branch_test.cpp1185 ASSERT_EQ(bluetoothCallManager.DisconnectBtSco(), false);