google/mobly-bundled-snippets

Snippet for UWB

SimarRajput opened this issue · 4 comments

New Feature Request

Can we please add UWB Ranging Snipped into Mobly Bundled Snippets? I would be happy to contribute here.

Reference - https://developer.android.com/reference/kotlin/androidx/core/uwb/package-summary

Thanks,
Simar

So I want to run some UWB tests using the Python library Mobly.
As per my understanding, MBS acts as an interface APK between a PC and an Android Phone, that is taking commands from Mobly, and accordingly calls underlying Android Framework APIs. Is it correct?

You can create your own snippet apk using snippet library.
MBS is just an example of how to do it.

Ok Great. I will create a UWB Snippet and compile the APK.