Page 1 of 1

Bluetooth SIG qualification with ESP32 C3 MINI 1

Posted: Wed Nov 13, 2024 7:59 am
by darudav
Good morning all,

I am trying to complete the Bluetooth SIG qualification procedure for a new product with ESP32 C3 MINI 1.
In the desing specification I am using following QDIDs:
- Controller ESPRESSIF ESP32-C3-MINI-1 (QDID = 243324).
- Host ESP-IDF Bluedroid Host (QDID = 198312).

The consistency checks results in the following conflicts.
The combination of designs does not meet the ILD requirements for the following layers:
- HID (Human Interface Device Profile)
- HOGP (HID over GATT Profile)
The following required layers are missing:
- LMP (Link Manager Protocol)
- SCPS (Scan Parameters Service)
- SCPP (Scan Parameters Profile )


I guess, the ESP32 C3 MINI 1 is now widely used and that its certification process should be straightforward.
I would kindly ask if someone already faced these conflicts, if I am missing something and if someone has good hints to overcome them.

Thanks in advance
Davide

Re: Bluetooth SIG qualification with ESP32 C3 MINI 1

Posted: Wed Nov 13, 2024 9:30 am
by aliarifat794
Looks like there are some missing or misconfigured components in the Host-Controller combination.

Re: Bluetooth SIG qualification with ESP32 C3 MINI 1

Posted: Tue Jul 29, 2025 9:50 am
by chenjianhua
Hi,
HID (Human Interface Device Profile) is a Classic Bluetooth (BR/EDR) profile, which requires support for LMP. However, the ESP32C3 is a BLE single-mode chip, so it does not support this profile.
I guess what you actually meant was the certification for HIDS (Human Interface Device Service), right?