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

janc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git.


    from 2cc3408  nimble/btshell: Add support for toggling reporting
     add bca13b8  nimble/ll: Fix overwriting conn stats with DTM enabled
     add 17e034e  nimble/ll: Fix disabling all ext adv instances
     add 0d29e30  nimble/ll: Fix NULL pointer dereference on conn init cancel
     add 07647f9  nimble/ll: Remove not needed NULL check
     add e6df26d  nimble/host: Fix unreachable code if BLE_L2CAP_JOIN_RX_FRAGS 
is enabled
     add a252660  nimble/host: Log error when failed to send SMP Pairing Failed 
PDU
     add 9583379  nimble/host: Fix checking dst_len in adv_set_fields
     add b5fef8a  nimble/host: Fix invalid NULL check in 
ble_gatts_bonding_established
     add 4c680c0  nimble/host: Fix NULL poitner dereference in 
ble_gap_ext_conn_create_tx
     add c965a55  nimble/host: Make GAP API use common patter for #if-def
     add d101885  nimble/drivers: Fix loop condition in nrf52 driver
     add 9e26fbe  nimble/btshell: Assert on invalid GATT database access call

No new revisions were added by this update.

Summary of changes:
 apps/btshell/src/gatt_svr.c         |  13 +-
 nimble/controller/src/ble_ll.c      |   4 +-
 nimble/controller/src/ble_ll_adv.c  |   2 +-
 nimble/controller/src/ble_ll_conn.c |  14 +--
 nimble/drivers/nrf52/src/ble_phy.c  |   2 +-
 nimble/host/src/ble_gap.c           | 244 +++++++++++++++++-------------------
 nimble/host/src/ble_gatts.c         |   5 +-
 nimble/host/src/ble_hs_adv.c        |   5 +-
 nimble/host/src/ble_l2cap.c         |   5 +-
 nimble/host/src/ble_sm.c            |   6 +-
 10 files changed, 147 insertions(+), 153 deletions(-)

Reply via email to