Update NAN MAJOR and MINOR version to 4.0.0
As NAN interface supports the functionality of WiFi-Aware 4.0 specification, update MAJOR and MINOR version accordingly Bug: 280415518 Test: TH Change-Id: I29c80311ba5447aebeba9d455d81293f23c20a1d
This commit is contained in:
parent
d1de22e90f
commit
787b2cd73a
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ typedef u16 transaction_id;
|
|||
typedef u32 NanDataPathId;
|
||||
|
||||
#define NAN_MAC_ADDR_LEN 6
|
||||
#define NAN_MAJOR_VERSION 2
|
||||
#define NAN_MAJOR_VERSION 4
|
||||
#define NAN_MINOR_VERSION 0
|
||||
#define NAN_MICRO_VERSION 1
|
||||
#define NAN_MICRO_VERSION 0
|
||||
#define NAN_MAX_SOCIAL_CHANNELS 3
|
||||
|
||||
/* NAN Maximum Lengths */
|
||||
|
|
Loading…
Reference in a new issue