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

Automated testing using NRF connect: How to read phone's service characteristics?

I am creating a BLE peripheral device which I want to test using the automated testing feature of NRF Connect. I have connected a android phone to my windows PC and the phone has NRF connect app installed in it. I am executing the test from windows command line. My device has a custom service and the service has a characteristics of length 20 bytes. When any device connects to my device, my device expects that the custom service is present in the peer as well. My device then writes a string to the peer.

I am not sure how I can check what my device has written into NRF connect when I am performing automated testing? The read command doesn't let me read what my device has written into NRF connect's GATT database, it only lets me read my device's GATT data base.

Parents Reply Children
No Data
Related