[AWARE]: Config options to disable indications during Discovery

am: 9c90771dee

Change-Id: I8ff60d2eded1466918b8144d47972f4fd0a9181f
This commit is contained in:
Subhani Shaik 2017-01-05 17:54:22 +00:00 committed by android-build-merger
commit 4a1ece39eb

View file

@ -882,6 +882,14 @@ typedef struct {
/* Enable NAN device Ranging response mode */ /* Enable NAN device Ranging response mode */
u8 config_responder_auto_response; u8 config_responder_auto_response;
NanRangingAutoResponseCfg ranging_auto_response_cfg; NanRangingAutoResponseCfg ranging_auto_response_cfg;
/*
Set/Enable corresponding bits to disable Discovery indications:
BIT0 - Disable Discovery MAC Address Event.
BIT1 - Disable Started Cluster Event.
BIT2 - Disable Joined Cluster Event.
*/
u8 discovery_indication_cfg;
} NanEnableRequest; } NanEnableRequest;
/* /*
@ -1278,6 +1286,14 @@ typedef struct {
/* Config NAN device Ranging response mode */ /* Config NAN device Ranging response mode */
u8 config_responder_auto_response; u8 config_responder_auto_response;
NanRangingAutoResponseCfg ranging_auto_response_cfg; NanRangingAutoResponseCfg ranging_auto_response_cfg;
/*
Set/Enable corresponding bits to disable Discovery indications:
BIT0 - Disable Discovery MAC Address Event.
BIT1 - Disable Started Cluster Event.
BIT2 - Disable Joined Cluster Event.
*/
u8 discovery_indication_cfg;
} NanConfigRequest; } NanConfigRequest;
/* /*