Merge branch 'bugfix/ble_50_sync_periodic_adv_lost_data' into 'master'

components/bt: Fix ble sync periodic adv report will lost data

See merge request espressif/esp-idf!18957
This commit is contained in:
Jiang Jiang Jian
2022-07-12 16:18:01 +08:00
3 changed files with 24 additions and 10 deletions
@@ -702,6 +702,7 @@ typedef void (tBTM_BLE_PF_PARAM_CBACK) (tBTM_BLE_PF_ACTION action_type,
tBTM_BLE_REF_VALUE ref_value, tBTM_STATUS status);
#if (BLE_50_FEATURE_SUPPORT == TRUE)
#define MAX_BLE_ADV_INSTANCE 10
#define MIN_BLE_PERIODIC_ADV_REPORT_LEN 7
typedef struct {
UINT8 inst_id;
BOOLEAN configured;