tinygo-org / bluetooth

Cross-platform Bluetooth API for Go and TinyGo. Supports Linux, macOS, Windows, and bare metal using Nordic SoftDevice or HCI
https://tinygo.org
Other
764 stars 138 forks source link

darwin: add advertising #282

Open ghostway0 opened 3 months ago

ghostway0 commented 3 months ago

this currently uses the changes proposed to add error-checking support to StartAdvertising in cbgo (#1) but I can remove/add stuff as needed. cbgo changes are needed anyway as BTPeripheralManagerDidStartAdvertising isn't exposed