qcacmn: Add support to receive EGID_INFO from BT WMI
Add WMI support to receive the EGID_INFO from BT and forward to FW Change-Id: I1698994173e6cefba1284f564c2f2e79e31ee221 CRs-Fixed: 3384085
这个提交包含在:
@@ -516,6 +516,7 @@
|
||||
|
||||
#define WMI_MAX_AOA_PHASE_DELTA 31
|
||||
#define WMI_MAX_CHAINS_PHASE 2
|
||||
#define EGID_INFO_SIZE 4
|
||||
|
||||
#include "qdf_atomic.h"
|
||||
|
||||
@@ -4063,6 +4064,14 @@ struct btcoex_cfg_params {
|
||||
uint32_t wlan_duration;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct esl_egid_params - Contains the EGID information
|
||||
* @egid_info: egid_info contains the 128-bit ESL EGID information
|
||||
*/
|
||||
struct esl_egid_params {
|
||||
uint32_t egid_info[EGID_INFO_SIZE];
|
||||
};
|
||||
|
||||
#define WMI_HOST_COEX_CONFIG_BUF_MAX_LEN 32 /* 128 bytes */
|
||||
/**
|
||||
* struct coex_ver_cfg_t
|
||||
|
在新工单中引用
屏蔽一个用户