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?
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?