martinohanlon / BlueDot

A zero boiler plate bluetooth remote
MIT License
143 stars 44 forks source link

how to change UUID? #99

Closed monkey-jsun closed 6 years ago

monkey-jsun commented 6 years ago

First of all, great code and great feature!

I have been looking for simple rfcomm based bt communication with Android phones and btcomm is a really nice and full-featured library for that. I pretty much got everything integrated in my project.

Now I'd like to change UUID so that it does not collide with bluedot. However, I found out simply changing it to a new one (and changing on Android side) does not work. What is the gotcha here?

Thanks!

martinohanlon commented 6 years ago

Where did you change it? utils.register_spp and the button activity in the android app.

If so, that is all it should need.

martinohanlon commented 6 years ago

Can you elaborate on 'does not work'?

martinohanlon commented 6 years ago

Im closing this as its not an issue with Blue Dot. Let me know if you need anything though.