You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2022/08/24 14:14:27 UTC

[GitHub] [mynewt-nimble] sjanc opened a new pull request, #1336: nimble/ll: Fix Read Local Supported Commands

sjanc opened a new pull request, #1336:
URL: https://github.com/apache/mynewt-nimble/pull/1336

   Support for LE Periodic Advertising Set Info Transfer command was
   incorrectlt reported for builds without broadcaster support.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mynewt-nimble] sjanc merged pull request #1336: nimble/ll: Fix Read Local Supported Commands

Posted by GitBox <gi...@apache.org>.
sjanc merged PR #1336:
URL: https://github.com/apache/mynewt-nimble/pull/1336


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #1336: nimble/ll: Fix Read Local Supported Commands

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on PR #1336:
URL: https://github.com/apache/mynewt-nimble/pull/1336#issuecomment-1226064662

   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### nimble/controller/src/ble_ll_supp_cmd.c
   <details>
   
   ```diff
   @@ -473,11 +473,11 @@
    #endif
    
    #define BLE_LL_SUPP_CMD_OCTET_39            \
   -(                                           \
   -    BLE_SUPP_CMD_LE_RD_RF_PATH_COMP     |   \
   -    BLE_SUPP_CMD_LE_WR_RF_PATH_COMP     |   \
   -    BLE_SUPP_CMD_LE_SET_PRIVACY_MODE        \
   -)
   +    (                                           \
   +        BLE_SUPP_CMD_LE_RD_RF_PATH_COMP     |   \
   +        BLE_SUPP_CMD_LE_WR_RF_PATH_COMP     |   \
   +        BLE_SUPP_CMD_LE_SET_PRIVACY_MODE        \
   +    )
    
    /* Octet 40 */
    #if MYNEWT_VAL(BLE_LL_CFG_FEAT_LL_PERIODIC_ADV) && MYNEWT_VAL(BLE_VERSION) >= 51
   ```
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org