Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dranging_hal_android.cc110 return bluetooth_channel_sounding_ != nullptr; in IsBound()
119 if (bluetooth_channel_sounding_ != nullptr) { in GetVendorSpecificCharacteristics()
121 bluetooth_channel_sounding_->getVendorSpecificData(&vendorSpecificDataOptional); in GetVendorSpecificCharacteristics()
158 bluetooth_channel_sounding_->openSession(parameters, tracker, &tracker->GetSession()); in OpenSession()
189 bluetooth_channel_sounding_->openSession(parameters, tracker, &tracker->GetSession()); in HandleVendorSpecificReply()
251 bluetooth_channel_sounding_ = IBluetoothChannelSounding::fromBinder(binder); in Start()
257 bluetooth_channel_sounding_ = nullptr; in Stop()
265 std::shared_ptr<IBluetoothChannelSounding> bluetooth_channel_sounding_; member in bluetooth::hal::RangingHalAndroid