Searched refs:bluetooth_session_ (Results 1 – 1 of 1) sorted by relevance
267 bluetooth_session_ = nullptr; in impl()279 BluetoothSession* bluetooth_session_; member354 if (pimpl_->bluetooth_session_ != nullptr) { in LogBluetoothSessionStart()362 pimpl_->bluetooth_session_ = new BluetoothSession(); in LogBluetoothSessionStart()363 pimpl_->bluetooth_session_->set_connection_technology_type( in LogBluetoothSessionStart()370 if (pimpl_->bluetooth_session_ == nullptr) { in LogBluetoothSessionEnd()378 pimpl_->bluetooth_session_->set_session_duration_sec(session_duration_sec); in LogBluetoothSessionEnd()379 pimpl_->bluetooth_session_->set_disconnect_reason_type( in LogBluetoothSessionEnd()381 pimpl_->bt_session_queue_->Enqueue(pimpl_->bluetooth_session_); in LogBluetoothSessionEnd()382 pimpl_->bluetooth_session_ = nullptr; in LogBluetoothSessionEnd()[all …]