Searched refs:bluetooth_session_ (Results 1 – 1 of 1) sorted by relevance
266 bluetooth_session_ = nullptr; in impl()278 BluetoothSession* bluetooth_session_; member353 if (pimpl_->bluetooth_session_ != nullptr) { in LogBluetoothSessionStart()361 pimpl_->bluetooth_session_ = new BluetoothSession(); in LogBluetoothSessionStart()362 pimpl_->bluetooth_session_->set_connection_technology_type( in LogBluetoothSessionStart()369 if (pimpl_->bluetooth_session_ == nullptr) { in LogBluetoothSessionEnd()377 pimpl_->bluetooth_session_->set_session_duration_sec(session_duration_sec); in LogBluetoothSessionEnd()378 pimpl_->bluetooth_session_->set_disconnect_reason_type( in LogBluetoothSessionEnd()380 pimpl_->bt_session_queue_->Enqueue(pimpl_->bluetooth_session_); in LogBluetoothSessionEnd()381 pimpl_->bluetooth_session_ = nullptr; in LogBluetoothSessionEnd()[all …]