Merge "[Aware] Add instant mode support"

This commit is contained in:
Nate Jiang 2020-10-20 16:19:00 +00:00 committed by Android (Google) Code Review
commit 4eb8117537

View file

@ -389,6 +389,7 @@ typedef struct {
u32 max_sdea_service_specific_info_len;
u32 max_subscribe_address;
u32 ndpe_attr_supported;
bool is_instant_mode_supported;
} NanCapabilities;
/*
@ -1033,6 +1034,13 @@ typedef struct {
*/
u8 config_ndpe_attr;
u32 use_ndpe_attr;
/*
Enable NAN v3.1 instant communication mode.
0 - Disable
1 - Enable
*/
u8 config_enable_instant_mode;
u32 enable_instant_mode;
} NanEnableRequest;
/*
@ -1518,6 +1526,13 @@ typedef struct {
*/
u8 config_ndpe_attr;
u32 use_ndpe_attr;
/*
Enable NAN v3.1 instant communication mode.
0 - Disable
1 - Enable
*/
u8 config_enable_instant_mode;
u32 enable_instant_mode;
} NanConfigRequest;
/*