mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Merge "[AWARE] Update comments on transmit followup status codes" am: 2eff5c85fe
am: 6083ae3a53
Change-Id: Ia3e184832465c0a476307ab4dc4d2cbb37d8aa61
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user