fix(ble/bluedroid): disable bluedroid background connection
(cherry picked from commit 1f5fa1e72b290b3471f90dfe695dca23f8825181) Co-authored-by: zhiweijian <zhiweijian@espressif.com>
This commit is contained in:
@@ -343,11 +343,15 @@ typedef struct {
|
||||
struct pkt_queue *adv_rpt_queue;
|
||||
struct osi_event *adv_rpt_ready;
|
||||
#endif // #if (BLE_42_SCAN_EN == TRUE)
|
||||
#if (BLE_GATT_BGCONN == TRUE)
|
||||
/* background connection procedure cb value */
|
||||
tBTM_BLE_CONN_TYPE bg_conn_type;
|
||||
#endif // (BLE_GATT_BGCONN == TRUE)
|
||||
UINT32 scan_int;
|
||||
UINT32 scan_win;
|
||||
#if (BLE_GATT_BGCONN == TRUE)
|
||||
tBTM_BLE_SEL_CBACK *p_select_cback;
|
||||
#endif // (BLE_GATT_BGCONN == TRUE)
|
||||
/* white list information */
|
||||
UINT8 white_list_avail_size;
|
||||
#if (BLE_50_EXTEND_SYNC_EN == TRUE)
|
||||
|
||||
Reference in New Issue
Block a user