This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE UART example pairing? password?

I noticed when using the UART BLE Example that there is no password or pairing request to connect to and use the device. 

Everything works fine, and I even implemented my own little password thing that has to present a password over the active connection before itll start sending data over the UART connection. 

The trouble is, there is no paring password or code, or password in order to connect. I cant figure out how to fix that situation, any ideas? 

This is causing me a problem in the Denial of Service area. Someone can connect to the device, and just leave it idle and connected, preventing an authorized user from connecting. This is starting to happen to me in school situations because of nefarious students. 

Parents Reply
  • Pardon me, but I am a horrible C programmer. I program in VB and B4X which is a BASIC thats transpiled into Java for compilation, as well as Xojo which is VB-like, etc... 

    So some of this stuff just whizzes right over my head, I only know the bare basics. So, I wouldnt know how to implement a timeout and kick connection function, or know which system calls to look for, so I would need a little help in this area. 

    Also, as far as a "request" that isnt possible either because the bluetooth module are up on 20 to 30 foot heights, sometimes outdoors on polls, or indoors inside a school on a wall. So that's out. 

Children
Related