Searched refs:pRxDisc (Results 1 – 2 of 2) sorted by relevance
621 NanReceivePostDiscovery *pRxDisc) in getNanReceivePostDiscoveryVal() argument631 pRxDisc->type = (NanConnectionType) pInValue[0]; in getNanReceivePostDiscoveryVal()632 pRxDisc->role = (NanDeviceRole) pInValue[1]; in getNanReceivePostDiscoveryVal()633 pRxDisc->duration = (NanAvailDuration) (pInValue[2] & 0x03); in getNanReceivePostDiscoveryVal()634 pRxDisc->mapid = ((pInValue[2] >> 2) & 0x0F); in getNanReceivePostDiscoveryVal()635 memcpy(&pRxDisc->avail_interval_bitmap, in getNanReceivePostDiscoveryVal()637 sizeof(pRxDisc->avail_interval_bitmap)); in getNanReceivePostDiscoveryVal()658 if (outputTlv.length > sizeof(pRxDisc->addr)) { in getNanReceivePostDiscoveryVal()659 outputTlv.length = sizeof(pRxDisc->addr); in getNanReceivePostDiscoveryVal()661 memcpy(pRxDisc->addr, outputTlv.value, outputTlv.length); in getNanReceivePostDiscoveryVal()[all …]
83 NanReceivePostDiscovery *pRxDisc);