paypal / gatt

Gatt is a Go package for building Bluetooth Low Energy peripherals
BSD 3-Clause "New" or "Revised" License
1.13k stars 284 forks source link

Advertise IBeacon XPC message has changed in OSX 10.10 #36

Closed raff closed 9 years ago

raff commented 9 years ago

Looks like the IBeacon advertinsing stuff stopped working with OSX 10.10. Just tried today, then looked at the code in bleno and found that for Darwin version >= 14 (I am assuming OSX 10.10 is Darwin 14) there is a new message type.

Look at my changes here: https://github.com/raff/goble/blob/master/goble.go#L450, copied from bleno.

roylee17 commented 9 years ago

Would you like to cook a PR for gatt? :-)

raff commented 9 years ago

PR #38