ESP32-C6 missing BLEHID AT commands
Posted: Fri Aug 23, 2024 10:47 pm
I was looking forward to porting my ESP32-C3 at commands to ESP32-C6 and realized that BLEHID commands are not available in ESP-AT version 4.0.0. Is there a reason for this? will it eventually be supported?
Code: Select all
:esp32 or esp32c3 : - :ref:`AT+BLEHIDINIT <cmd-BLEHIDINIT>`: Bluetooth LE Human Interface Device (HID) profile initialization.
:esp32 or esp32c3 : - :ref:`AT+BLEHIDKB <cmd-BLEHIDKB>`: Send Bluetooth LE HID keyboard information.
:esp32 or esp32c3 : - :ref:`AT+BLEHIDMUS <cmd-BLEHIDMUS>`: Send Bluetooth LE HID mouse information.
:esp32 or esp32c3 : - :ref:`AT+BLEHIDCONSUMER <cmd-BLEHIDC>`: Send Bluetooth LE HID consumer information.