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 26a70e2a NimBLE/host: Remove duplicate parameter description
new f32f28c9 Fix uncrustify configuration
new e657c828 nimble/ll: Refactor ble_ll_supp_cmd
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_hci.h | 6 +-
nimble/controller/src/ble_ll_hci.c | 3 +-
nimble/controller/src/ble_ll_hci_supp_cmd.c | 328 +++++++++++
nimble/controller/src/ble_ll_supp_cmd.c | 666 ----------------------
uncrustify.cfg | 2 +-
5 files changed, 332 insertions(+), 673 deletions(-)
create mode 100644 nimble/controller/src/ble_ll_hci_supp_cmd.c
delete mode 100644 nimble/controller/src/ble_ll_supp_cmd.c