Page 1 of 1

C3 bluetooth

Posted: Thu May 20, 2021 9:34 am
by chegewara
I feel a bit confused. I have read that C3 supports only BLE and does not support classic BT, but for some reason documentation still shows API for classic BT:
https://docs.espressif.com/projects/esp ... index.html
Any help with that?

Re: C3 bluetooth

Posted: Fri May 21, 2021 5:47 am
by ESP_Sprite
The ESP series shares a lot of the documentation as the driver and library APIs are very similar. I imagine we haven't properly split BT into BLE-only/BT-Classic yet, which is needed to hide BT classic when you select a chip that does not have it.