To get the mac address of a ble device, it need to connect first, but in android we have option to see mac address while in scan mode in list of devices around.
To replicate that behaviour in iphone environment, can we attach mac address as postscript to the name of ble device itself?
Here is what is sent from ble while advertising:
```["kCBAdvDataTimestamp": 511120041.111478, "kCBAdvDataLocalName": MYDEVICENAME, "kCBAdvDataIsConnectable": 1]```
Could mac address be attached somehow to the name "MYDEVICENAME" as "MYDEVICENAME-12:34:56:12:34:56"?