iOS Question iBLE Id Error in DeviceFound Event

mdehrnsb

Member
Licensed User
Longtime User
I have written an Android app that uses BLE2 with my custom Bluetooth LE hardware. When I execute a scan, the DeviceFound event is raised as expected. When I examine the Id parameter, I get the device's address as expected: Id: A0:E6:F8:5C:1E:5D

Now, I am writing an iOS version of the same app with the same specific BLE device. In the DeviceFound event, the Id string reports something different: Id: 134FF13B-7DA7-36D4-B9E0-BE10D41DB94F

Why is there a difference and how can I get the same Id string info as in the Android app?

Any assistance is appreciated.
 
Top