This is an automated email from the ASF dual-hosted git repository.

rymek pushed a change to branch bluetooth5
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from 8e28f7a  Merge pull request #351 from rymanluk/bt5_scanner
     add 9878a22  nimble/controller: Remove few not needed #ifdefs
     add 01b9ef9  nimble/controller: Rename BLE_MULTI_ADV_SUPPORT
     add 6b03aa6  nimble/controller: Don't build VS code if Android VS are not 
enabled
     add e641a9f  nimble/controller: Reject le set adv if connectable
     add ee960d8  nimble/controller: Add initial stubs for Ext Advertising HCI 
commands
     add 9709c43  nimble/controller: Add LE Set Extended Advertising Enable 
Command
     add 89e6b59  nimble/controller: Add LE Remove Advertising Set Command
     add f8e73d2  nimble/controller: Add LE Clear Advertising Sets Command
     add be4689b  nimble/controller: Add LE Set Extended Advertising Data 
Command
     add ec0f29a  nimble/controller: Add LE Set Extended Scan Response Data 
Command
     add 42f5175  nimble/controller: Add LE Set Extended Advertising Parameters 
Command
     add de29d08  nimble/controller: Use properties for storing advertising type
     add 965fe93  nimble/controller: Add support for non-connectable advertising
     add bb8d1aa  nimble/controller: Add support for sending AUX_SCAN_RSP
     add 5524d9b  nimble/controller: Send LE Scan Request Received Event
     add 3f280f0  nimble/controller: Reply with AUX_CONN_RSP for connection 
request
     add e2eb1a0  nimble/controller: Add support for sending Set Terminated 
event
     add 0aa5b8b  nimble/controller: Remove leftover TODOs
     add f9ad82d  nimble/controller: Use flags for storing flag-like values
     add 7915aef  nimble/controller: Adjust slave anchor point based on PHY used
     add 5231432  nimble/controller: Schedule AUX_ADV_IND based ADV_EXT_IND 
channel mask
     add b6d9193  nimble/controller: Add support for setting advertising TX 
power
     add fca1b8a  nimble/controller: Reduce padding in ble_ll_adv_sm
     add 4f5ffa3  nimble/controller: Remove support for Android specific HCI 
commands
     add cf1aa4d  nimble/controller: Fix build with extended advertising 
disabled
     add 8934c53  nimble/controller: Store DID and SID in single variable
     add ccc75ea  nimble/controller: Use flag for marking advertising on data 
channel
     new 0d96596  Merge pull request #360 from sjanc/bt5_ext_adv

The 1 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:
 apps/bletest/src/bletest_hci.c                     |   10 +-
 apps/bletest/src/bletest_priv.h                    |    2 +-
 apps/bletest/src/main.c                            |   10 +-
 hw/drivers/nimble/native/src/ble_phy.c             |   23 +
 hw/drivers/nimble/nrf51/src/ble_phy.c              |   23 +
 hw/drivers/nimble/nrf52/src/ble_phy.c              |   23 +
 net/nimble/controller/include/controller/ble_ll.h  |   29 +
 .../controller/include/controller/ble_ll_adv.h     |   26 +-
 .../controller/include/controller/ble_ll_ctrl.h    |    4 +
 .../controller/include/controller/ble_ll_sched.h   |    5 +-
 net/nimble/controller/include/controller/ble_phy.h |    3 +
 net/nimble/controller/src/ble_ll_adv.c             | 1768 ++++++++++++++++----
 net/nimble/controller/src/ble_ll_conn.c            |   28 +-
 net/nimble/controller/src/ble_ll_conn_priv.h       |    2 +-
 net/nimble/controller/src/ble_ll_hci.c             |  129 +-
 net/nimble/controller/src/ble_ll_hci_ev.c          |   53 +
 net/nimble/controller/src/ble_ll_sched.c           |    6 +-
 net/nimble/include/nimble/ble.h                    |    8 +-
 net/nimble/include/nimble/hci_common.h             |   35 +
 net/nimble/include/nimble/hci_vendor.h             |  112 --
 net/nimble/syscfg.yml                              |    3 -
 21 files changed, 1721 insertions(+), 581 deletions(-)
 delete mode 100644 net/nimble/include/nimble/hci_vendor.h

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to