earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 boards
GNU Lesser General Public License v2.1
1.92k stars 402 forks source link

Feature Request: Ability to change bluetooth device name from SerialBT #2179

Closed abdukir closed 2 months ago

abdukir commented 2 months ago

Been using the SerialBT library for a while, ESP's implementation can pass the desired device name with SerialBT.begin(device_name). Currently i'm changing the line below in SerialBT.cpp manually. It'd be great to have similar functionality https://github.com/earlephilhower/arduino-pico/blob/679be8520f63df50bd211dfbfa97559e282e4d63/libraries/SerialBT/src/SerialBT.cpp#L79