This closes #229. Merge remote-tracking branch 'rymanluk/bluetooth5' into bluetooth5
* rymanluk/bluetooth5: bletiny: Add test commands to manage PHY nimble/gap: Add API to manage LE PHY nimble/hci: Add LE set PHY command nimble/hci: Add LE set default PHY command nimble/hci: Add LE read PHY command nimble/hci: Remove reduntant checks 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/4c2a8d98 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/4c2a8d98 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/4c2a8d98 Branch: refs/heads/bluetooth5 Commit: 4c2a8d984ea2c8ffebaab835b8f5056106397f4b Parents: 566b5c6 c86c99e Author: Christopher Collins <[email protected]> Authored: Tue Apr 25 10:40:13 2017 -0700 Committer: Christopher Collins <[email protected]> Committed: Tue Apr 25 10:40:13 2017 -0700 ---------------------------------------------------------------------- apps/bletiny/src/cmd.c | 175 +++++++++++++++ apps/bletiny/src/main.c | 9 +- net/nimble/host/include/host/ble_gap.h | 35 +++ net/nimble/host/src/ble_gap.c | 94 ++++++++ net/nimble/host/src/ble_gap_priv.h | 1 + net/nimble/host/src/ble_hs_hci_cmd.c | 326 ++++++++++++++-------------- net/nimble/host/src/ble_hs_hci_evt.c | 23 ++ net/nimble/host/src/ble_hs_hci_priv.h | 9 + net/nimble/include/nimble/hci_common.h | 22 ++ 9 files changed, 536 insertions(+), 158 deletions(-) ----------------------------------------------------------------------
