From: Subhani Shaik Date: Thu, 16 Feb 2017 06:20:20 +0000 (-0800) Subject: [AWARE]: Fix return code for transmitFollowUp method X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0b0387e2ab4544878bcb5782e26d37bf0027ea67;p=android-x86%2Fhardware-libhardware_legacy.git [AWARE]: Fix return code for transmitFollowUp method --- diff --git a/include/hardware_legacy/wifi_nan.h b/include/hardware_legacy/wifi_nan.h index af938ae..e4a4d24 100644 --- a/include/hardware_legacy/wifi_nan.h +++ b/include/hardware_legacy/wifi_nan.h @@ -1874,8 +1874,9 @@ typedef struct { transaction_id id; /* Following reason codes returned: + NAN_STATUS_SUCCESS NAN_STATUS_NO_OTA_ACK - NAN_STATUS_FOLLOWUP_QUEUE_FULL + NAN_STATUS_PROTOCOL_FAILURE */ NanStatusType reason; char nan_reason[NAN_ERROR_STR_LEN]; /* Describe the NAN reason type */ @@ -2178,8 +2179,10 @@ wifi_error nan_subscribe_cancel_request(transaction_id id, * NAN_STATUS_INTERNAL_FAILURE * NAN_STATUS_INVALID_PUBLISH_SUBSCRIBE_ID * NAN_STATUS_INVALID_REQUESTOR_INSTANCE_ID - * @return Asynchronous TransmitFollowupInd CB return * NAN_STATUS_FOLLOWUP_QUEUE_FULL + * @return Asynchronous TransmitFollowupInd CB return + * NAN_STATUS_SUCCESS + * NAN_STATUS_PROTOCOL_FAILURE * NAN_STATUS_NO_OTA_ACK */ wifi_error nan_transmit_followup_request(transaction_id id,