Thanks, please let us know if we can do anything to help!
Search found 3 matches
- Tue Mar 07, 2023 3:35 am
- Forum: ESP32 Arduino
- Topic: Bluetooth Serial Class of Device Incorrect and Cannot be Changed
- Replies: 4
- Views: 2619
Re: Bluetooth Serial Class of Device Incorrect and Cannot be Changed
- Fri Feb 24, 2023 11:00 pm
- Forum: ESP32 Arduino
- Topic: Bluetooth Serial Class of Device Incorrect and Cannot be Changed
- Replies: 4
- Views: 2619
Re: Bluetooth Serial Class of Device Incorrect and Cannot be Changed
Hi, Have you created a new issue on the Arduino ESP32 project on GitHub? https://github.com/espressif/arduino-esp32/issues I sure have: https://github.com/espressif/arduino-esp32/issues/7865 It is still awaiting triage. I was recommended to post on the forums to see if anyone else has noticed the s...
- Fri Feb 24, 2023 9:13 am
- Forum: ESP32 Arduino
- Topic: Bluetooth Serial Class of Device Incorrect and Cannot be Changed
- Replies: 4
- Views: 2619
Bluetooth Serial Class of Device Incorrect and Cannot be Changed
On ESP32 Arduino Core version 2.0.0 and newer, the class of device (COD) for classic bluetooth serial is incorrectly set. Whereas on v1.0.6, the class of device is set to that of a PC/PDA and also allows changing it inside the BluetoothSerial.cpp file. The exact same code is run between v1.0.6 and n...