Snippet for UWB
SimarRajput opened this issue · 4 comments
SimarRajput commented
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
xpconanfan commented
Mbs is a collection of example implementations of test API.
Whether an rpc impl is in mbs or not should have no impact on your tests.
So can you elaborate on why you would want to add uwb apis here and the
urgency?
…On Wed, Jun 14, 2023, 12:09 Simarjit Singh ***@***.***> wrote:
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
—
Reply to this email directly, view it on GitHub
<#170>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARDNZJUVGKOZR7ZQ7FLSXDXLID6XANCNFSM6AAAAAAZGZV4KU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
SimarRajput commented
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?
xpconanfan commented
You can create your own snippet apk using snippet library.
MBS is just an example of how to do it.
SimarRajput commented
Ok Great. I will create a UWB Snippet and compile the APK.