Searched refs:tx_type (Results 1 – 7 of 7) sorted by relevance
1201 NanTxType tx_type; /* 0 = broadcast, 1= unicast if solicited publish */ member
834 pFwReq->publishServiceReqParams.txType = pReq->tx_type; in putNanPublish()
800 pFwReq->publishServiceReqParams.txType = pReq->tx_type; in putNanPublish()
689 result = request.put_u8(NAN_ATTRIBUTE_TX_TYPE, mParams->tx_type); in createPublishRequest()4065 ALOGI("tx_type=%u\n", msg->tx_type); in dump_NanPublishRequest()
7515 msg.tx_type = NAN_TX_TYPE_UNICAST; in publishNan()7581 msg.tx_type = NAN_TX_TYPE_BROADCAST; in publishNan()7584 msg.tx_type = NAN_TX_TYPE_UNICAST; in publishNan()
1777 result = request.put_u8(NAN_ATTRIBUTE_TX_TYPE, mParams->tx_type); in createPublishRequest()5664 ALOGI("tx_type=%u\n", msg->tx_type); in dump_NanPublishRequest()
1862 legacy_request->tx_type = convertAidlNanTxTypeToLegacy(aidl_request.txType); in convertAidlNanPublishRequestToLegacy()