This closes #222. Merge branch 'controller_5_start' of https://github.com/rymanluk/incubator-mynewt-core into bluetooth5
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/646b35df Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/646b35df Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/646b35df Branch: refs/heads/bluetooth5 Commit: 646b35dfa19d9f7a65fdc6e32cb4fe4de1af4de5 Parents: aa7a274 10fdd0b Author: Andrzej Kaczmarek <[email protected]> Authored: Fri Apr 7 10:49:05 2017 +0200 Committer: Andrzej Kaczmarek <[email protected]> Committed: Fri Apr 7 10:49:05 2017 +0200 ---------------------------------------------------------------------- apps/bletiny/src/cmd.c | 46 ++++ .../include/controller/ble_ll_resolv.h | 6 +- net/nimble/controller/src/ble_ll_conn.c | 25 +- net/nimble/controller/src/ble_ll_hci.c | 5 +- net/nimble/controller/src/ble_ll_resolv.c | 42 +++- net/nimble/host/include/host/ble_gap.h | 4 + net/nimble/host/src/ble_gap.c | 6 + net/nimble/host/src/ble_hs_hci_cmd.c | 46 ++++ net/nimble/host/src/ble_hs_hci_priv.h | 3 + net/nimble/host/src/ble_hs_pvcy.c | 15 ++ net/nimble/host/src/ble_hs_pvcy_priv.h | 1 + net/nimble/include/nimble/hci_common.h | 230 ++++++++++++++----- net/nimble/src/hci_common.c | 35 ++- 13 files changed, 395 insertions(+), 69 deletions(-) ----------------------------------------------------------------------
