Searched refs:ConnectBtSco (Results 1 – 7 of 7) sorted by relevance
31 bool BluetoothCallManager::ConnectBtSco(const std::string &bluetoothAddress) in ConnectBtSco() function in OHOS::Telephony::BluetoothCallManager40 return btConnection_->ConnectBtSco(bluetoothAddress); in ConnectBtSco()44 return btConnection_->ConnectBtSco(); in ConnectBtSco()
75 bool BluetoothConnection::ConnectBtSco() in ConnectBtSco() function in OHOS::Telephony::BluetoothConnection134 bool BluetoothConnection::ConnectBtSco(const std::string &bluetoothAddress) in ConnectBtSco() function in OHOS::Telephony::BluetoothConnection145 return ConnectBtSco(device); in ConnectBtSco()148 bool BluetoothConnection::ConnectBtSco(const Bluetooth::BluetoothRemoteDevice &device) in ConnectBtSco() function in OHOS::Telephony::BluetoothConnection337 ConnectBtSco(device); in OnConnectionStateChanged()
50 bool ConnectBtSco();51 bool ConnectBtSco(const std::string &bluetoothAddress);78 bool ConnectBtSco(const Bluetooth::BluetoothRemoteDevice &device);
31 bool ConnectBtSco(const std::string &bluetoothAddress);
191 return DelayedSingleton<BluetoothConnection>::GetInstance()->ConnectBtSco(); in ProcessEvent()221 return DelayedSingleton<BluetoothConnection>::GetInstance()->ConnectBtSco(); in ProcessEvent()244 if (bluetoothCallManager->ConnectBtSco(bluetoothAddress)) { in ConnectBtScoWithAddress()
384 bluetoothCallManager->ConnectBtSco(address); in SetAudio()
1184 ASSERT_EQ(bluetoothCallManager.ConnectBtSco(bluetoothAddress), false);