Add indication for transmit followup

am: 240c551b37

* commit '240c551b37e9908ccd7407a9a6345ab500ce0976':
  Add indication for transmit followup

Change-Id: If8223aa07b46dcd0ccdfa08da2be22c5a15f9550
This commit is contained in:
Subhani Shaik 2016-05-16 21:51:38 +00:00 committed by android-build-merger
commit ab270fadf2

View file

@ -1620,6 +1620,15 @@ typedef struct {
NanBeaconSdfPayloadReceive data;
} NanBeaconSdfPayloadInd;
/*
Event Indication notifying the
transmit followup in progress
*/
typedef struct {
transaction_id id;
NanStatusType reason;
} NanTransmitFollowupInd;
/*
Data request Initiator/Responder
app/service related info
@ -1784,6 +1793,7 @@ typedef struct {
void (*EventDataRequest)(NanDataPathRequestInd* event);
void (*EventDataConfirm)(NanDataPathConfirmInd* event);
void (*EventDataEnd)(NanDataPathEndInd* event);
void (*EventTransmitFollowup) (NanTransmitFollowupInd* event);
} NanCallbackHandler;
/* Enable NAN functionality. */