Revert "[Aware] Add paramters in NanConfigRequest to support set..."

Revert submission 20813956-issue-262873111-API-set-clusterId-newAPI

Reason for revert: DroidMonitor-triggered revert due to breakage https://android-build.googleplex.com/builds/quarterdeck?branch=git_master&target=oriole-userdebug&lkgb=9469876&lkbb=9470237&fkbb=9469914, bug b/264915970

Reverted changes: /q/submissionid:20813956-issue-262873111-API-set-clusterId-newAPI

Bug: 264915970
Change-Id: I59be92a57e6c6086b9a652bf19adf4391fc4d2d8
This commit is contained in:
Sujit Kautkar 2023-01-09 20:59:09 +00:00
parent 267d9197b8
commit 0a60d07159

View file

@ -445,7 +445,6 @@ typedef struct {
bool is_6g_supported; bool is_6g_supported;
bool is_he_supported; bool is_he_supported;
bool is_pairing_supported; bool is_pairing_supported;
bool is_set_cluster_id_supported;
} NanCapabilities; } NanCapabilities;
/* /*
@ -1657,11 +1656,6 @@ typedef struct {
*/ */
u8 config_instant_mode_channel; u8 config_instant_mode_channel;
wifi_channel 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; } NanConfigRequest;
/* /*