Merge branch 'change/refactor_hidh_datapath_v6.0' into 'release/v6.0'

Change/refactor hidh datapath[backport v6.0]

See merge request espressif/esp-idf!51279
This commit is contained in:
Wang Meng Yang
2026-09-06 11:24:27 +08:00
20 changed files with 2131 additions and 265 deletions

View File

@@ -307,6 +307,7 @@ void print_uuid(esp_bt_uuid_t *uuid)
uuid->uuid.uuid128[13], uuid->uuid.uuid128[14], uuid->uuid.uuid128[15]);
}
}
#endif /* !CONFIG_BT_NIMBLE_ENABLED */
#if CONFIG_BT_HID_HOST_ENABLED
static void handle_bt_device_result(struct disc_res_param *disc_res)
@@ -654,7 +655,6 @@ static void ble_gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_p
break;
}
}
#endif
static esp_err_t init_ble_gap(void)
{