Merge "Revert "Revert "[Aware] Add paramters in NanConfigRequest to sup...""

This commit is contained in:
Biswarup Pal 2023-01-09 23:30:52 +00:00 committed by Android (Google) Code Review
commit 5bfb836888

View file

@ -445,6 +445,7 @@ typedef struct {
bool is_6g_supported;
bool is_he_supported;
bool is_pairing_supported;
bool is_set_cluster_id_supported;
} NanCapabilities;
/*
@ -1656,6 +1657,11 @@ typedef struct {
*/
u8 config_instant_mode_channel;
wifi_channel instant_mode_channel;
/*
Config cluster ID with the cluster ID selected over NFC/OOB method.
*/
u8 config_cluster_id;
u16 cluster_id_val; // default value 0x0
} NanConfigRequest;
/*