Skip to content

How can I read "address" from "PlatformAdvertisement" in the iOS module? #715

Answered by twyatt
surame8288 asked this question in Q&A
Discussion options

You must be logged in to vote

Unfortunately, Core Bluetooth (iOS) does not expose the peripheral's MAC address.

The CoreBluetooth APIs in iOS do not give you any direct access to a peripheral's real MAC address; instead, each new peripheral seen is assigned a 128-bit UUID and used to reference that peripheral

HOW-TO: Get a BLE peripheral MAC address with iOS and CoreBluetooth

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@surame8288
Comment options

Answer selected by surame8288
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants