Change BT Name on the fly? #568
-
Is it possible to change the Bluetooth Name on the fly, instead of using .end() and .start() again with the new name? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
You can try to implement this yourself: here is the link to the GAP API |
Beta Was this translation helpful? Give feedback.
-
Did add simple methode to 'BluetoothA2DPSink'
Update of name does work only work, if there is no connection at the moment. |
Beta Was this translation helpful? Give feedback.
-
I would expect that if you are connected you can disconnect and set the discoverability to true |
Beta Was this translation helpful? Give feedback.
You can try to implement this yourself: here is the link to the GAP API