Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6356a583 authored by Etan Cohen's avatar Etan Cohen Committed by android-build-merger
Browse files

Merge "[AWARE] Update comments on transmit followup status codes" am:...

Merge "[AWARE] Update comments on transmit followup status codes" am: 2eff5c85 am: 6083ae3a am: 9d54798e
am: c57bab48

Change-Id: If1bec255643a5afdefa3a901c547c7eae07cc2c7
parents c86434b9 c57bab48
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -141,6 +141,7 @@ interface IWifiNanIfaceEventCallback {
   *        |NanStatusType.INTERNAL_FAILURE|
   *        |NanStatusType.INVALID_SESSION_ID|
   *        |NanStatusType.INVALID_PEER_ID|
   *        |NanStatusType.FOLLOWUP_TX_QUEUE_FULL|
   */
  oneway notifyTransmitFollowupResponse(CommandIdShort id, WifiNanStatus status);

@@ -281,8 +282,9 @@ interface IWifiNanIfaceEventCallback {
   *
   * @param cmdId command Id corresponding to the original |transmitFollowupRequest| request.
   * @param status WifiNanStatus of the operation.  Possible status codes are:
   *               |NanStatusType.SUCCESS|
   *               |NanStatusType.NO_OTA_ACK|
   *               |NanStatusType.FOLLOWUP_TX_QUEUE_FULL|
   *               |NanStatusType.PROTOCOL_FAILURE|
   */
  oneway eventTransmitFollowup(CommandIdShort id, WifiNanStatus status);