deviceplug / btleplug

Rust Cross-Platform Host-Side Bluetooth LE Access Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoreBluetooth should do service discovery like other platforms

qdot opened this issue · comments

commented

Right now, CoreBluetooth only does service discovery on connect. The discoverServices() method is a no-op. This was done early on just to get macOS working then was never fixed.