Merge "[AWARE]: Document the default values in NAN enable/config"
diff --git a/include/hardware_legacy/wifi_nan.h b/include/hardware_legacy/wifi_nan.h
index acc2411..00ea254 100644
--- a/include/hardware_legacy/wifi_nan.h
+++ b/include/hardware_legacy/wifi_nan.h
@@ -1874,8 +1874,9 @@
    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 */
@@ -2182,8 +2183,10 @@
  *                      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,