- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Team,
I am using CYW20819 board and mesh controller app for my application. I observe in app that when device or module advertise it shows device name and UUID only but if I want to know the RSSI value Before and after provisioning of a device. So please help me to understand how can I implement this in the firmware side and android app side?
Thanks and Regards,
Sneha G.
Solved! Go to Solution.
- Labels:
-
ModusToolbox Bluetooth SDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
In the firmware, I hope you can get the rssi from the scan result callback function. Check mesh_adv_report() in mesh_application.c
On the android side, I am not much sure about the implementation. It should be generic and I hope you can get support from Android developer community.
Thanks,
-Dheeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
In the firmware, I hope you can get the rssi from the scan result callback function. Check mesh_adv_report() in mesh_application.c
On the android side, I am not much sure about the implementation. It should be generic and I hope you can get support from Android developer community.
Thanks,
-Dheeraj