Michael Zachary
Lurker
Hello i am just beginning to work with Bluetooth low energy on android. I am attempting to program an App that connects to a device via Bluetooth low energy and takes a characteristic from that device and in turn sends a command back to the device so that it can complete a certain task. I am just trying to understand the bigger picture of how to approach it. Is it fine for my Phone to send out an advertisement, to the device and then create a GATT server for the information to be transferred and hence not worry about creating a scanning class. So essentially is there a way to set up the GATT server to automatically connect 2 devices with given ID's together after an advertisement from my phone is sent out. Perhaps i am thinking about this the wrong way. Any help would be appreciated. Thank you.