blob: bef8607ff21f7fc698e4e8a9531327c537883960 [file] [log] [blame]
URL: https://github.com/paypal/gatt/archive/b9fc93c14a321fa542c824baa911471deec736fa.zip
Version: b9fc93c14a321fa542c824baa911471deec736fa
License: BSD
License File: LICENSE
Description:
Gatt is a Go package for building Bluetooth Low Energy peripherals
Local Modifications:
- Modified xpc/xpc_darwin_test.go to get tests to pass. This will be upstreamed shortly.
- Disabled tests in xpc/xpc_darwin_test.go because of https://github.com/paypal/gatt/issues/64
which is okay for now since we aren't actively using paypal/gatt on OS X, but should be changed
at some point.
- Modified central_linux.go to make Notifier.Write return the correct integer value of
bytes written. It was incorrectly including framing bytes in the returned value. The upstream
pull request is at https://github.com/paypal/gatt/pull/69.