A fork of https://github.com/rigado/ble with my custom additions for BLE GATT.
- Go 99.1%
- Go Template 0.8%
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. |
||
|---|---|---|
| darwin | ||
| examples | ||
| linux | ||
| .gitignore | ||
| .travis.yml | ||
| addr.go | ||
| addr_test.go | ||
| adv.go | ||
| client.go | ||
| conn.go | ||
| const.go | ||
| context.go | ||
| device.go | ||
| error.go | ||
| gatt.go | ||
| handler.go | ||
| LICENSE | ||
| option.go | ||
| profile.go | ||
| README.md | ||
| uuid.go | ||
| uuid_test.go | ||
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