I am trying to create a simple app to connect with my device and get data from it. the way the device works is that I have to pair with it, create a bond, and connect to the gatt server, then write some data to a characteristic in order to authenticate with the device. Once authenticated the device starts advertising again with encrypted data which I need to pick up.. The problem is when I am paired with the device in settings I am unable to get any of the advertise data when I scan. Is there any way to pick up advertise data from an already paired device?
↧