Happy New Year, everyone!
I wanted to show a device name that’s connected to my watch. I can get the address using NRF.getSecurityStatus().connected_addr
, but I wanted the name of the device.
Is there any way to get the connected device name instead of the address?
Thanks.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Happy New Year, everyone!
I wanted to show a device name that’s connected to my watch. I can get the address using
NRF.getSecurityStatus().connected_addr
, but I wanted the name of the device.
Is there any way to get the connected device name instead of the address?
Thanks.