Change-Id: Ic7165482cb8c07adddbaa6ae84f0d67f54343d0c
Name: nan-manager
Summary: NAN (Neighbor Awareness Networking) manager (Wi-Fi Aware)
-Version: 0.2.0
+Version: 0.2.1
Release: 1
Group: Network & Connectivity
License: Apache-2.0
void NanDataPathInformation::setDataPathId(uint32_t id)
{
- NAN_LOGI("setDataPathId. dataPathId %u", id);
+ if (mConfig == nullptr)
+ return;
mDataPathId = mConfig->dataPathId = id;
+ NAN_LOGI("setDataPathId. dataPathId %u", id);
}
uint16_t NanDataPathInformation::getPubSubId()