Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dranging_hal_android.cc96 std::shared_ptr<IBluetoothChannelSoundingSession>& GetSession() { in GetSession() function in bluetooth::hal::BluetoothChannelSoundingSessionTracker
158 bluetooth_channel_sounding_->openSession(parameters, tracker, &tracker->GetSession()); in OpenSession()
160 if (tracker->GetSession() != nullptr) { in OpenSession()
163 tracker->GetSession()->getVendorSpecificReplies(&vendorSpecificDataOptional); in OpenSession()
189 bluetooth_channel_sounding_->openSession(parameters, tracker, &tracker->GetSession()); in HandleVendorSpecificReply()
196 } else if (session_trackers_[connection_handle]->GetSession() == nullptr) { in WriteRawData()
228 session_trackers_[connection_handle]->GetSession()->writeRawData(hal_raw_data); in WriteRawData()