tree: 6e84411f40f7e8258c1e8d14129868426436f628 [path history] [tgz]
  1. bll_common.go
  2. bll_sesn.go
  3. bll_sesn_cfg.go
  4. bll_sesn_cfg_windows.go
  5. bll_util.go
  6. bll_xport.go
  7. bll_xport_linux.go
  8. bll_xport_nonlinux.go
  9. bll_xports_windows.go
  10. README.md
versions/v1_4_0/mynewt-newtmgr/newtmgr/bll/README.md

Bll (BLE library)

This package implements a sesn and xport suitable for speaking NMP over BLE. The implementation uses the currantlabs BLE library (https://github.com/currantlabs/ble). This contrasts with the nmxact “nmble” package which is implemented using blehostd, a NimBLE host running in a simulated OS.

This package was created to address the following complications associated with the nmble package:

* Inability to use the built-in Bluetooth controller in MacOS.
* Hassle of setting up and configuring blehostd.