You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/11/08 22:55:10 UTC

[20/22] incubator-mynewt-core git commit: This closes #84.

This closes #84.

Merge remote-tracking branch 'bgiori/feature-tps' into develop

* bgiori/feature-tps:
  moved tps to services dir.
  variables declared at top of function scope
  coding style changes
  updated comments and error return value
  Tx Power Service implementation
  added tx power service to profiles


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/5663384b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/5663384b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/5663384b

Branch: refs/heads/develop
Commit: 5663384b2aebdb19c1f2da2d0052f5f5be893263
Parents: 32b0d33 df94f01
Author: Christopher Collins <cc...@apache.org>
Authored: Tue Nov 8 14:41:39 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Tue Nov 8 14:41:39 2016 -0800

----------------------------------------------------------------------
 .../tps/include/services/tps/ble_svc_tps.h      | 31 +++++++
 net/nimble/host/services/tps/pkg.yml            | 32 +++++++
 net/nimble/host/services/tps/src/ble_svc_tps.c  | 98 ++++++++++++++++++++
 3 files changed, 161 insertions(+)
----------------------------------------------------------------------