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

How to read advertisement package from ble device in android app?

Hello, I am a android developer. I have developed one android application scan BLE device. It's working fine to scan BLE device. Now I want read advertisement package of the scanned BLE device. I know no need to connected for read Advertisement package. I got byte[] and M try to convert into String but it's not show correct String. So Is there any Special method to read byte[]. Help me.

Thanks

Related