A fork of https://github.com/rigado/ble with my custom additions for BLE GATT.
  • Go 99.1%
  • Go Template 0.8%
Find a file
Michael (AWildBeard) Mitchell f9dd7ddba9
Added support for DLE
Added a SetDataLengthExtensions command to cmd_gen.go that will allow a
user of the library to enable Data Length Extensions (DLE) in the L2CAP
layer of bluetooth. Added a Method to the definition of a connection to
retrieve the underlying connection handle of a connection. This allows
us to enable DLE.
2019-07-25 16:26:19 -05:00
darwin Replaced old import paths 2019-07-25 16:23:41 -05:00
examples Replaced old import paths 2019-07-25 16:23:41 -05:00
linux Added support for DLE 2019-07-25 16:26:19 -05:00
.gitignore Update readme (#12) 2019-05-13 15:31:29 -07:00
.travis.yml Fix cancel via context and respect context deadline (#14) 2018-03-16 09:27:44 +01:00
addr.go Improve uuid and addr handling 2016-09-13 14:27:38 -07:00
addr_test.go Add test for addr 2018-01-22 14:22:11 +01:00
adv.go Rename Address() to Addr() 2017-10-17 10:25:55 +02:00
client.go Add Conn method to Client interface (#26) 2018-08-14 14:37:35 +02:00
conn.go Added support for DLE 2019-07-25 16:26:19 -05:00
const.go merge back x/io/bt into ble/, and add examples/lib/gatt. 2016-07-01 01:22:28 -07:00
context.go More linting... 2017-10-17 13:02:54 +02:00
device.go allow custom advertisement packets 2017-10-17 13:24:15 +02:00
error.go Fix typos 2017-10-17 13:09:36 +02:00
gatt.go Add ContextKey Vars 2017-10-17 12:39:10 +02:00
handler.go Update /x/context to context 2017-10-17 09:36:28 +02:00
LICENSE merge back x/io/bt into ble/, and add examples/lib/gatt. 2016-07-01 01:22:28 -07:00
option.go Replaced old import paths 2019-07-25 16:23:41 -05:00
profile.go Cleanup XPC and add some errors (#4) 2017-11-27 11:19:11 +01:00
README.md Update README 2019-06-13 09:18:22 -05:00
uuid.go Refinement (#19) 2018-05-24 13:49:37 +02:00
uuid_test.go Refinement (#19) 2018-05-24 13:49:37 +02:00

ble

ble is a Bluetooth Low Energy package for Linux.

This is a fork of rigado/ble for internal research development for J.M.S's research for the 2019 X-Force Red summer internship