Searched refs:mBluetoothLe (Results 1 – 2 of 2) sorted by relevance
111 mBluetoothLe(retrieveSubInterface<IBluetoothLe>(module, &IModule::getBluetoothLe)), in DeviceHalAidl()1065 if (mBluetoothLe != nullptr) { in filterAndRetrieveBtLeParameters()1068 mBluetoothLe->supportsOffloadReconfiguration(&supports))); in filterAndRetrieveBtLeParameters()1184 if (mBluetoothLe != nullptr && leEnabled.has_value()) { in filterAndUpdateBtLeParameters()1185 return statusTFromBinderStatus(mBluetoothLe->setEnabled(leEnabled.value())); in filterAndUpdateBtLeParameters()1187 if (mBluetoothLe != nullptr && reconfigureOffload.has_value()) { in filterAndUpdateBtLeParameters()1188 return statusTFromBinderStatus(mBluetoothLe->reconfigureOffload( in filterAndUpdateBtLeParameters()
242 const std::shared_ptr<::aidl::android::hardware::audio::core::IBluetoothLe> mBluetoothLe; variable