[AWARE]: Config options to disable indications during Discovery
am: 9c90771dee
Change-Id: I8ff60d2eded1466918b8144d47972f4fd0a9181f
This commit is contained in:
commit
4a1ece39eb
1 changed files with 16 additions and 0 deletions
|
@ -882,6 +882,14 @@ typedef struct {
|
|||
/* Enable NAN device Ranging response mode */
|
||||
u8 config_responder_auto_response;
|
||||
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;
|
||||
|
||||
/*
|
||||
|
@ -1278,6 +1286,14 @@ typedef struct {
|
|||
/* Config NAN device Ranging response mode */
|
||||
u8 config_responder_auto_response;
|
||||
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;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue