[GitHub] [mynewt-nimble] IshaESP commented on a diff in pull request #1402: nimble/host : Feature GATT Caching

2022-12-08 Thread GitBox
IshaESP commented on code in PR #1402: URL: https://github.com/apache/mynewt-nimble/pull/1402#discussion_r1044157927 ## porting/nimble/include/nimble/storage_port.h: ## @@ -0,0 +1,47 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [mynewt-nimble] IshaESP commented on a diff in pull request #1403: nimble/host : Added new method of marking an api as deprecated.

2022-12-08 Thread GitBox
IshaESP commented on code in PR #1403: URL: https://github.com/apache/mynewt-nimble/pull/1403#discussion_r1044153414 ## nimble/host/include/host/ble_gatt.h: ## @@ -476,8 +477,15 @@ int ble_gatts_notify_custom(uint16_t conn_handle, uint16_t att_handle, /** * Deprecated.

[GitHub] [mynewt-nimble] IshaESP commented on a diff in pull request #1403: nimble/host : Added new method of marking an api as deprecated.

2022-12-08 Thread GitBox
IshaESP commented on code in PR #1403: URL: https://github.com/apache/mynewt-nimble/pull/1403#discussion_r1044152797 ## nimble/host/include/host/ble_hs.h: ## @@ -184,6 +184,22 @@ extern "C" { /** CSRK distibution and LinkKey are not supported */ +/** + * @} + */ + +/** + *

[mynewt-core] branch master updated: loramac: fix broken rx1 interval

2022-12-08 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git The following commit(s) were added to refs/heads/master by this push: new 6f024918d loramac: fix broken rx1 interval

[GitHub] [mynewt-core] kasjer merged pull request #2913: loramac: fix broken rx1 interval

2022-12-08 Thread GitBox
kasjer merged PR #2913: URL: https://github.com/apache/mynewt-core/pull/2913 -- 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:

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #1418: nimble/fem: Add runtime default antenna selection to SKY66112

2022-12-08 Thread GitBox
apache-mynewt-bot commented on PR #1418: URL: https://github.com/apache/mynewt-nimble/pull/1418#issuecomment-1342827087 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #1418: nimble/fem: Add runtime default antenna selection to SKY66112

2022-12-08 Thread GitBox
apache-mynewt-bot commented on PR #1418: URL: https://github.com/apache/mynewt-nimble/pull/1418#issuecomment-1342801099 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-nimble] sjanc opened a new pull request, #1418: nimble/fem: Add runtime default antenna selection to SKY66112

2022-12-08 Thread GitBox
sjanc opened a new pull request, #1418: URL: https://github.com/apache/mynewt-nimble/pull/1418 This allows to configure default antenna at runtime. -- 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

[GitHub] [mynewt-nimble] SumeetSingh19 opened a new issue, #1417: Connection handle is 0xFFFF in attribute access callback when ble_gatts_notify() is called.

2022-12-08 Thread GitBox
SumeetSingh19 opened a new issue, #1417: URL: https://github.com/apache/mynewt-nimble/issues/1417 Whenever the server application calls `ble_gatts_notify` there is a characteristic read event (`access_cb`) and the connection handle passed to that event is 0x. The issue exists