Lines Matching refs:BluetoothConnection
29 BluetoothConnection::BluetoothConnection() : connectedScoAddr_("") {}
31 BluetoothConnection::~BluetoothConnection()
46 void BluetoothConnection::Init()
82 TELEPHONY_LOGI("BluetoothConnection init success!");
88 bool BluetoothConnection::IsBtAvailble()
100 int32_t BluetoothConnection::SendBtCallState(
118 int32_t BluetoothConnection::SendCallDetailsChange(int32_t callId, int32_t callState)
133 bool BluetoothConnection::IsAudioActivated()
140 void BluetoothConnection::ResetBtConnection()
146 void BluetoothConnection::RegisterObserver()
150 TELEPHONY_LOGE("BluetoothConnection RegisterObserver fail!");
157 void BluetoothConnection::AddBtDevice(const std::string &address, Bluetooth::BluetoothRemoteDevice device)
169 void BluetoothConnection::RemoveBtDevice(const std::string &address)
180 Bluetooth::BluetoothRemoteDevice *BluetoothConnection::GetBtDevice(const std::string &address)
193 void BluetoothConnection::OnConnectionStateChanged(const Bluetooth::BluetoothRemoteDevice &device,
196 TELEPHONY_LOGI("BluetoothConnection::OnConnectionStateChanged state : %{public}d", state);
230 DelayedSingleton<BluetoothConnection>::GetInstance()->RegisterObserver();
245 DelayedSingleton<BluetoothConnection>::GetInstance()->ResetBtConnection();