github.com/.../nrf52-ble-multi-link-multi-role
I used this code
and add the thingy code.
connection is successful but some thingy don't get sensor value.
i want to disconnect if thingy don't output
how to disconnect thingy?
github.com/.../nrf52-ble-multi-link-multi-role
I used this code
and add the thingy code.
connection is successful but some thingy don't get sensor value.
i want to disconnect if thingy don't output
how to disconnect thingy?
Hi.
You will have to create a case when you don't have any output where you call sd_ble_gap_disconnect(), and use the right function input as the API definition explaines here.
Best regards,
Andreas