You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ry...@apache.org on 2018/09/19 10:07:22 UTC

[mynewt-nimble] branch master updated (2ca76f0 -> 5b57923)

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

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


    from 2ca76f0  Merge pull request #170 from turon/pr/hci/set_device
     add 36f344d  nimble/ll: Don't stop CONN_PARAM_REQ procedure on collision
     add 396a4bf  nimble/ll: Fix handling EXT_REJECT_IND on CONN_PARAM_REQ
     add f2ec62f  nimble/ll: Fix handling LL_UNKNOWN_RSP on LL_CONN_PARAM_REQ
     add f956470  nimble/ll: Fix error code on connection update request
     add acde4fe  nimble/ll: Fix missing directed flag
     add 79001dd  nimble/ll: Verify length of Terminate Ind
     add d332d31  nimble/ll: Fix error code in read remote feature event
     add e713c3f  nimble/ll: Start LL response timer on PHY REQ as a slave
     add 7a94855  nimble/ll: Fix parameter check on HCI SET PHY command
     add 7b5fd32  nimble/ll: Make sure there is no ADI field in AUX SCAN RSP
     add caba913  nimble/ll: Fix own_addr_type when scanning
     add 0e51e19  nimble/ll: Allow to report ext advertising without aux data
     add b77cefa  nimble/ll: Rename ble_ll_ext_adv
     add bdc102d  nimble/ll: Fix extended advertising reports handling
     add ae9da5d  nimble/ll: Fix AuxPtr offset calculations
     add b847d42  nimble/ll: Fix getting aux_data
     add ca5f3f4  nimble/ll: Rename did to adi in aux data
     add 2170c0f  nimble/ll: Fix tracking adi in the chains
     add 7f7f46a  nimble/ll: Add correct sid into scan response advertising report
     add 865c9da  nimble/ll: Fix event type in the advertising report containing scan rsp
     add e978ffb  nimble/ll: Fix checking ADI in chains
     add 586bec1  nimble/ll: Minor coding style issue
     add cade58b  nimble/ll: Allow to set privacy mode when resolving is disabled
     add 388bbfd  nimble/ll: Remove reduntant parameter in -ble_ll_ctrl_start_enc_send
     add 6a12e35  nimble/ll: Start LL response timer when sending start encrypt
     new 5b57923  Merge pull request #181 from rymanluk/ll_fix

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:
 nimble/controller/include/controller/ble_ll_ctrl.h |   2 +-
 nimble/controller/include/controller/ble_ll_scan.h |   9 +-
 nimble/controller/src/ble_ll_adv.c                 |  25 +-
 nimble/controller/src/ble_ll_conn.c                |  21 +-
 nimble/controller/src/ble_ll_conn_hci.c            |   4 +-
 nimble/controller/src/ble_ll_ctrl.c                | 292 ++++++++++++---------
 nimble/controller/src/ble_ll_hci.c                 |  50 ++--
 nimble/controller/src/ble_ll_resolv.c              |   4 -
 nimble/controller/src/ble_ll_scan.c                | 171 ++++++++----
 9 files changed, 353 insertions(+), 225 deletions(-)


[mynewt-nimble] 01/01: Merge pull request #181 from rymanluk/ll_fix

Posted by ry...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5b57923e26f56ae8c9f1b1395b503da69f3f5dae
Merge: 2ca76f0 6a12e35
Author: Ɓukasz Rymanowski <lu...@codecoup.pl>
AuthorDate: Wed Sep 19 12:07:17 2018 +0200

    Merge pull request #181 from rymanluk/ll_fix
    
    nimble/ll: Certification fixes - part 2

 nimble/controller/include/controller/ble_ll_ctrl.h |   2 +-
 nimble/controller/include/controller/ble_ll_scan.h |   9 +-
 nimble/controller/src/ble_ll_adv.c                 |  25 +-
 nimble/controller/src/ble_ll_conn.c                |  21 +-
 nimble/controller/src/ble_ll_conn_hci.c            |   4 +-
 nimble/controller/src/ble_ll_ctrl.c                | 292 ++++++++++++---------
 nimble/controller/src/ble_ll_hci.c                 |  50 ++--
 nimble/controller/src/ble_ll_resolv.c              |   4 -
 nimble/controller/src/ble_ll_scan.c                | 171 ++++++++----
 9 files changed, 353 insertions(+), 225 deletions(-)