peripheral: Add initial code for btsensor application

System Internals / BlueZ - Marcel Holtmann [holtmann.org] - 28 April 2015 11:19 UTC

aa93fed peripheral: Add initial code for btsensor application
.gitignore | 1 +
Makefile.tools | 12 +-
peripheral/attach.c | 144 +++++++++++++
peripheral/attach.h | 25 +++
peripheral/efivars.c | 132 ++++++++++++
peripheral/efivars.h | 33 +++
peripheral/gap.c | 551 ++++++++++++++++++++++++++++++++++++++++++++++++++
peripheral/gap.h | 29 +++
peripheral/gatt.c | 317 +++++++++++++++++++++++++++++
peripheral/gatt.h | 30 +++
peripheral/log.c | 56 +++++
peripheral/log.h | 25 +++
peripheral/main.c | 247 ++++++++++++++++++++++
13 files changed, 1601 insertions(+), 1 deletion(-)

Upstream: git.kernel.org


  • Share