This is an automated email from the ASF dual-hosted git repository.
andk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git.
from 3fe2fd9 Revert "l2cap: implement echo request-response procedure"
new 89ac670 nimble/ll: Use 'vs' for vendor specific HCI consistently
new b8ddf0f nimble/ll: Add support for vs hci commands registration
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
nimble/controller/include/controller/ble_ll.h | 2 +-
nimble/controller/include/controller/ble_ll_ctrl.h | 6 +-
nimble/controller/include/controller/ble_ll_hci.h | 18 ++++
nimble/controller/src/ble_ll.c | 5 +
nimble/controller/src/ble_ll_ctrl.c | 10 +-
nimble/controller/src/ble_ll_hci.c | 44 +-------
nimble/controller/src/ble_ll_hci_ev.c | 14 +--
.../src/ble_ll_hci_priv.h} | 19 ++--
nimble/controller/src/ble_ll_hci_vs.c | 119 +++++++++++++++++++++
nimble/controller/syscfg.yml | 13 ++-
nimble/include/nimble/hci_common.h | 4 +-
11 files changed, 182 insertions(+), 72 deletions(-)
copy nimble/{host/include/host/ble_monitor.h =>
controller/src/ble_ll_hci_priv.h} (75%)
create mode 100644 nimble/controller/src/ble_ll_hci_vs.c