Merge "[AWARE] Configure Service Auto/None response in firmware"

am: 684b87fb88

Change-Id: Ie9734b64f262f1186e67a7e9a74a03c938eab642
This commit is contained in:
Etan Cohen 2016-11-30 17:11:19 +00:00 committed by android-build-merger
commit fe7e0f99b9

View file

@ -237,6 +237,17 @@ typedef struct {
u32 max_queued_transmit_followup_msgs;
} NanCapabilities;
/*
Nan accept policy: Per service basis policy
Based on this policy(ALL/NONE), responder side
will send ACCEPT/REJECT
*/
typedef enum {
/* Default value */
NAN_SERVICE_ACCEPT_POLICY_NONE = 0,
NAN_SERVICE_ACCEPT_POLICY_ALL
} NanServiceAcceptPolicy;
/*
Host can send Vendor specific attributes which the Discovery Engine can
enclose in Beacons and/or Service Discovery frames transmitted.
@ -817,6 +828,10 @@ typedef struct {
BIT2 - Disable followUp indication received (OTA).
*/
u8 recv_indication_cfg;
/*
Nan accept policy for the specific service(publish)
*/
NanServiceAcceptPolicy service_responder_policy;
} NanPublishRequest;
/*