Add indication for transmit followup
am: 240c551b37
* commit '240c551b37e9908ccd7407a9a6345ab500ce0976':
Add indication for transmit followup
Change-Id: If8223aa07b46dcd0ccdfa08da2be22c5a15f9550
This commit is contained in:
commit
ab270fadf2
1 changed files with 10 additions and 0 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue