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

Arduino Primo get MAC address and RSSI

I am using the following to extract the Device_Name from an advertised packet received on an Arduino Primo: peer.getFieldInAdvPck(BLE_GAP_AD_TYPE_COMPLETE_LOCAL_NAME, advertisedName, len); How am I able to extract the MAC and RSSI?

Related