feat(esp_hid): Add Connection Request event

This event is useful for situations where the HID device
requests connection. Typically in USB transport.
This commit is contained in:
Tomas Rezucha
2023-12-21 22:52:16 +01:00
committed by BOT
parent f7bff8b1fc
commit 6f30198ca3
3 changed files with 17 additions and 15 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
/*
* SPDX-FileCopyrightText: 2017-2023 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <string.h>
#include <stdbool.h>
#include "esp_log.h"
#include "esp_err.h"
#include "esp_hid_common.h"