Part Number: LP-CC2652R7
Hello,
I'm using SDK 7_10_01_24 and when I enable the manufacture-specific data my android is no longer able to see the device however my iPhone is.
Regards,
Kenneth
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: LP-CC2652R7
Hello,
I'm using SDK 7_10_01_24 and when I enable the manufacture-specific data my android is no longer able to see the device however my iPhone is.
Regards,
Kenneth
Hi Kenneth,
It seems the device is still advertising if the iPhone can see it. Can you try clearing the cache on your Android device and rescanning? Could you also try using a different BLE scanning application? It may help to restart the Android device and to disable and re-enable Bluetooth on your Android device.
Best Regards,
Jan
Hey Jan,
I tried clearing the cache and rescanning, I also tried another ble scanning application, I tried disabling and re-enabling Bluetooth and I finally tried to restart the device. It seems that if I toggle between including and excluding the manufacturer-specific data the device becomes undiscoverable and discoverable to the android phone.
Regards,
Kenneth
Hi Kenneth,
Understood, can you share the Android device and OS version you are using? Can you test if this behavior occurs on a different Android device as well?
Best Regards,
Jan
Hey Jan,
I am using a Samsung Galaxy Note 10 (Andriod Version 12), a Samsung A20 (Andriod Version 12), and an iPhone 12 (iOS 17.2.1).
Regards,
Kenneth
Hi Kenneth,
To clarify, the behavior is observed in both Android devices? Can you share how you are scanning the device? Can you try using the simplelink connect application available in the app store?
Best Regards,
Jan
I was able to figure out the problem, first issue was that when you write the company id and the data its written as LSB not MSB and second the data needs a 0x00 as the LSB for the device to show up properly. I do have a follow-up question since I used project zero as my starting point in scanResData1 the more 128-bits UUIDs Available is checked does removing it affect anything (especially OAD).
Also, I forgot the mention the length calculation for the manufacturer-specific data is one more than it should be.
Hi,
I am glad to hear you were able to resolve the issue! Thank you for sharing your findings! I do not believe that changing the advertisement data or scan response should have any impact on OAD operation.
Best Regards,
Jan