Home
last modified time | relevance | path

Searched refs:ConnectBtSco (Results 1 – 7 of 7) sorted by relevance

/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_call_manager.cpp31 bool BluetoothCallManager::ConnectBtSco(const std::string &bluetoothAddress) in ConnectBtSco() function in OHOS::Telephony::BluetoothCallManager
40 return btConnection_->ConnectBtSco(bluetoothAddress); in ConnectBtSco()
44 return btConnection_->ConnectBtSco(); in ConnectBtSco()
Dbluetooth_connection.cpp75 bool BluetoothConnection::ConnectBtSco() in ConnectBtSco() function in OHOS::Telephony::BluetoothConnection
134 bool BluetoothConnection::ConnectBtSco(const std::string &bluetoothAddress) in ConnectBtSco() function in OHOS::Telephony::BluetoothConnection
145 return ConnectBtSco(device); in ConnectBtSco()
148 bool BluetoothConnection::ConnectBtSco(const Bluetooth::BluetoothRemoteDevice &device) in ConnectBtSco() function in OHOS::Telephony::BluetoothConnection
337 ConnectBtSco(device); in OnConnectionStateChanged()
/base/telephony/call_manager/services/bluetooth/include/
Dbluetooth_connection.h50 bool ConnectBtSco();
51 bool ConnectBtSco(const std::string &bluetoothAddress);
78 bool ConnectBtSco(const Bluetooth::BluetoothRemoteDevice &device);
Dbluetooth_call_manager.h31 bool ConnectBtSco(const std::string &bluetoothAddress);
/base/telephony/call_manager/services/audio/src/
Daudio_device_manager.cpp191 return DelayedSingleton<BluetoothConnection>::GetInstance()->ConnectBtSco(); in ProcessEvent()
221 return DelayedSingleton<BluetoothConnection>::GetInstance()->ConnectBtSco(); in ProcessEvent()
244 if (bluetoothCallManager->ConnectBtSco(bluetoothAddress)) { in ConnectBtScoWithAddress()
/base/telephony/call_manager/services/call/src/
Dcall_base.cpp384 bluetoothCallManager->ConnectBtSco(address); in SetAudio()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dzero_branch_test.cpp1184 ASSERT_EQ(bluetoothCallManager.ConnectBtSco(bluetoothAddress), false);