deviceplug / btleplug

Rust Cross-Platform Host-Side Bluetooth LE Access Library
Other
767 stars 145 forks source link

mac os: Discover MAC address #320

Closed gitmalong closed 1 year ago

gitmalong commented 1 year ago

Hi!

I have not found a tracking issue for this feature so I am creating this one. Is that something that will be supported soon?

Thanks

qdot commented 1 year ago

This isn't possible. Corebluetooth hides it from the APIs.

gitmalong commented 1 year ago

How is it being done on https://github.com/toy/blueutil (which does not work on my machine with MacOS 13)? Might there be a private API?

apertureless commented 7 months ago

How is it being done on toy/blueutil (which does not work on my machine with MacOS 13)? Might there be a private API?

As far as I rememeber, it was available in older macos versions but got removed at some point.