[GitHub] [mynewt-nimble] michal-narajowski closed issue #514: apps/blemesh_shell: Friend sends Offers even when disabled

2021-05-27 Thread GitBox
michal-narajowski closed issue #514: URL: https://github.com/apache/mynewt-nimble/issues/514 -- 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. For queries about this

[GitHub] [mynewt-core] kasjer opened a new pull request #2605: hw/drivers/uart: Add MAX3107 driver

2021-05-27 Thread GitBox
kasjer opened a new pull request #2605: URL: https://github.com/apache/mynewt-core/pull/2605 This adds driver for max3107 (SPI to UART device). -- 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

[GitHub] [mynewt-nimble] sjanc commented on issue #868: Power consumption during non-connectable advertising

2021-05-27 Thread GitBox
sjanc commented on issue #868: URL: https://github.com/apache/mynewt-nimble/issues/868#issuecomment-849532254 Floor current is most likely due to other peripherals (UART, LEDs etc) being powered -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-nimble] michal-narajowski commented on issue #666: mesh: If the Proxy feature is disabled, a GATT Client device should be able to connect over GATT for configuration and control

2021-05-27 Thread GitBox
michal-narajowski commented on issue #666: URL: https://github.com/apache/mynewt-nimble/issues/666#issuecomment-849553487 Solved by this PR: https://github.com/apache/mynewt-nimble/pull/724 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [mynewt-nimble] michal-narajowski closed issue #666: mesh: If the Proxy feature is disabled, a GATT Client device should be able to connect over GATT for configuration and control

2021-05-27 Thread GitBox
michal-narajowski closed issue #666: URL: https://github.com/apache/mynewt-nimble/issues/666 -- 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. For queries about this

[GitHub] [mynewt-core] sjanc closed issue #1622: Extended sleep mode challenge

2021-05-27 Thread GitBox
sjanc closed issue #1622: URL: https://github.com/apache/mynewt-core/issues/1622 -- 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. For queries about this service, please

[GitHub] [mynewt-core] fjmolinas edited a comment on pull request #2603: kernel/os/src: replace SYS_ by OS_ errorcodes

2021-05-27 Thread GitBox
fjmolinas edited a comment on pull request #2603: URL: https://github.com/apache/mynewt-core/pull/2603#issuecomment-849541762 Ah I didn't realize its actually matching what is described in the API because `OS_E%` are non-negative while `SYS_E%` are. Since this would mean an API change

[GitHub] [mynewt-nimble] sjanc closed issue #174: Add support in controller for controller to host data flow control

2021-05-27 Thread GitBox
sjanc closed issue #174: URL: https://github.com/apache/mynewt-nimble/issues/174 -- 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. For queries about this service, please

[GitHub] [mynewt-nimble] sjanc closed issue #689: run NimBLE on embeded linux platform

2021-05-27 Thread GitBox
sjanc closed issue #689: URL: https://github.com/apache/mynewt-nimble/issues/689 -- 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. For queries about this service, please

[GitHub] [mynewt-nimble] sjanc closed issue #864: Porting nimBLE to NuttX

2021-05-27 Thread GitBox
sjanc closed issue #864: URL: https://github.com/apache/mynewt-nimble/issues/864 -- 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. For queries about this service, please

[GitHub] [mynewt-nimble] sjanc commented on issue #864: Porting nimBLE to NuttX

2021-05-27 Thread GitBox
sjanc commented on issue #864: URL: https://github.com/apache/mynewt-nimble/issues/864#issuecomment-849455387 NuttX port is already merged -- 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

[GitHub] [mynewt-core] fjmolinas opened a new pull request #2603: kernel/os/src: replace SYS_ by OS_ errorcodes

2021-05-27 Thread GitBox
fjmolinas opened a new pull request #2603: URL: https://github.com/apache/mynewt-core/pull/2603 This PR uses the correct error code macros for the file. This is useful to avoid redefining MACROS when only mynewt-core/kernel/os is being imported in an external project. -- This is an

[GitHub] [mynewt-core] fjmolinas opened a new pull request #2604: kernel/os/include/os/os_trace_api: avoid unused parameter warning

2021-05-27 Thread GitBox
fjmolinas opened a new pull request #2604: URL: https://github.com/apache/mynewt-core/pull/2604 This PR voids case the unused parameters in `os_trace_api`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [mynewt-core] fjmolinas commented on pull request #2603: kernel/os/src: replace SYS_ by OS_ errorcodes

2021-05-27 Thread GitBox
fjmolinas commented on pull request #2603: URL: https://github.com/apache/mynewt-core/pull/2603#issuecomment-849541762 Ah I didn't realize its actually matching what is described in the API because `OS_E%` are non-negative while `SYS_E%` are. Since this would mean an API change this is

[GitHub] [mynewt-nimble] michal-narajowski closed issue #263: GATT: Analyze and fix failing testcases when using AutoPTS

2021-05-27 Thread GitBox
michal-narajowski closed issue #263: URL: https://github.com/apache/mynewt-nimble/issues/263 -- 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. For queries about this

[GitHub] [mynewt-nimble] michal-narajowski commented on issue #263: GATT: Analyze and fix failing testcases when using AutoPTS

2021-05-27 Thread GitBox
michal-narajowski commented on issue #263: URL: https://github.com/apache/mynewt-nimble/issues/263#issuecomment-849494598 This is an old issue, nowadays we have rare failures so we can keep an issue per failed test. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [mynewt-nimble] michal-narajowski closed issue #269: GAP: Analyze and fix failing testcases when using AutoPTS

2021-05-27 Thread GitBox
michal-narajowski closed issue #269: URL: https://github.com/apache/mynewt-nimble/issues/269 -- 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. For queries about this

[GitHub] [mynewt-nimble] michal-narajowski closed issue #264: Mesh: Analyze and fix failing testcases when using AutoPTS

2021-05-27 Thread GitBox
michal-narajowski closed issue #264: URL: https://github.com/apache/mynewt-nimble/issues/264 -- 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. For queries about this

[GitHub] [mynewt-nimble] michal-narajowski commented on issue #269: GAP: Analyze and fix failing testcases when using AutoPTS

2021-05-27 Thread GitBox
michal-narajowski commented on issue #269: URL: https://github.com/apache/mynewt-nimble/issues/269#issuecomment-849494963 This is an old issue, nowadays we have rare failures so we can keep an issue per failed test. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [mynewt-nimble] michal-narajowski closed issue #266: SM: Analyze and fix failing testcases when using AutoPTS

2021-05-27 Thread GitBox
michal-narajowski closed issue #266: URL: https://github.com/apache/mynewt-nimble/issues/266 -- 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. For queries about this

[GitHub] [mynewt-nimble] michal-narajowski commented on issue #266: SM: Analyze and fix failing testcases when using AutoPTS

2021-05-27 Thread GitBox
michal-narajowski commented on issue #266: URL: https://github.com/apache/mynewt-nimble/issues/266#issuecomment-849494846 This is an old issue, nowadays we have rare failures so we can keep an issue per failed test. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [mynewt-nimble] michal-narajowski commented on issue #264: Mesh: Analyze and fix failing testcases when using AutoPTS

2021-05-27 Thread GitBox
michal-narajowski commented on issue #264: URL: https://github.com/apache/mynewt-nimble/issues/264#issuecomment-849494902 This is an old issue, nowadays we have rare failures so we can keep an issue per failed test. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [mynewt-nimble] sjanc commented on issue #712: A case in ble_ll_sched_adv_reschedule

2021-05-27 Thread GitBox
sjanc commented on issue #712: URL: https://github.com/apache/mynewt-nimble/issues/712#issuecomment-849495025 reopen if this is stil an issue -- 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

[GitHub] [mynewt-nimble] sjanc closed issue #712: A case in ble_ll_sched_adv_reschedule

2021-05-27 Thread GitBox
sjanc closed issue #712: URL: https://github.com/apache/mynewt-nimble/issues/712 -- 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. For queries about this service, please

[GitHub] [mynewt-nimble] sjanc commented on issue #877: No documentation about Data Length Extension

2021-05-27 Thread GitBox
sjanc commented on issue #877: URL: https://github.com/apache/mynewt-nimble/issues/877#issuecomment-849495761 how was your investigation? any chances you could send PR with documentation update? -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-nimble] sjanc commented on issue #767: When using NRF52840, the advertising signal is very poor

2021-05-27 Thread GitBox
sjanc commented on issue #767: URL: https://github.com/apache/mynewt-nimble/issues/767#issuecomment-849522252 if this is stil valid please reopen -- 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

[GitHub] [mynewt-nimble] sjanc closed issue #767: When using NRF52840, the advertising signal is very poor

2021-05-27 Thread GitBox
sjanc closed issue #767: URL: https://github.com/apache/mynewt-nimble/issues/767 -- 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. For queries about this service, please

[GitHub] [mynewt-nimble] sjanc closed issue #703: Beacons Picked up by Iphone but not Android

2021-05-27 Thread GitBox
sjanc closed issue #703: URL: https://github.com/apache/mynewt-nimble/issues/703 -- 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. For queries about this service, please

[GitHub] [mynewt-nimble] sjanc commented on issue #703: Beacons Picked up by Iphone but not Android

2021-05-27 Thread GitBox
sjanc commented on issue #703: URL: https://github.com/apache/mynewt-nimble/issues/703#issuecomment-849450975 please reopen if you would need any further comments on this -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [mynewt-nimble] sjanc commented on issue #879: nrf52840: unexpected PHY behavior?

2021-05-27 Thread GitBox
sjanc commented on issue #879: URL: https://github.com/apache/mynewt-nimble/issues/879#issuecomment-849456704 is this stil an issue? -- 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

[mynewt-nimble] branch master updated: mesh: add frags to bt_mesh_adv struct bt_mesh_adv was lacking frags member. It was left out in few places or wrongly interpreted as "flags", causing the typo.

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git The following commit(s) were added to refs/heads/master by this push: new 9b562a6 mesh: add frags to bt_mesh_adv

[GitHub] [mynewt-nimble] michal-narajowski merged pull request #925: mesh: add frags to bt_mesh_adv struct

2021-05-27 Thread GitBox
michal-narajowski merged pull request #925: URL: https://github.com/apache/mynewt-nimble/pull/925 -- 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. For queries about this

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2606: Improve bus write read transactions

2021-05-27 Thread GitBox
vrahane commented on a change in pull request #2606: URL: https://github.com/apache/mynewt-core/pull/2606#discussion_r640847235 ## File path: hw/bus/drivers/spi_hal/src/spi_hal.c ## @@ -191,6 +191,66 @@ bus_spi_write(struct bus_dev *bdev, struct bus_node *bnode, const uint8_t

[GitHub] [mynewt-core] kasjer opened a new pull request #2606: Improve bus write read transactions

2021-05-27 Thread GitBox
kasjer opened a new pull request #2606: URL: https://github.com/apache/mynewt-core/pull/2606 Change extends bus driver operations to allow faster transfer. New driver function **write_read** allow for faster transaction implementation. Existing function

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2606: Improve bus write read transactions

2021-05-27 Thread GitBox
vrahane commented on a change in pull request #2606: URL: https://github.com/apache/mynewt-core/pull/2606#discussion_r640847235 ## File path: hw/bus/drivers/spi_hal/src/spi_hal.c ## @@ -191,6 +191,66 @@ bus_spi_write(struct bus_dev *bdev, struct bus_node *bnode, const uint8_t

[GitHub] [mynewt-core] kasjer commented on a change in pull request #2606: Improve bus write read transactions

2021-05-27 Thread GitBox
kasjer commented on a change in pull request #2606: URL: https://github.com/apache/mynewt-core/pull/2606#discussion_r640857038 ## File path: hw/bus/drivers/spi_hal/src/spi_hal.c ## @@ -191,6 +191,66 @@ bus_spi_write(struct bus_dev *bdev, struct bus_node *bnode, const uint8_t

[GitHub] [mynewt-core] vrahane commented on pull request #2606: Improve bus write read transactions

2021-05-27 Thread GitBox
vrahane commented on pull request #2606: URL: https://github.com/apache/mynewt-core/pull/2606#issuecomment-849833359 I do like the idea and I think this is needed for sure. As per above dummy reads/writes are handled by the underlying api which is great. -- This is an automated message

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2605: hw/drivers/uart: Add MAX3107 driver

2021-05-27 Thread GitBox
vrahane commented on a change in pull request #2605: URL: https://github.com/apache/mynewt-core/pull/2605#discussion_r640862391 ## File path: hw/drivers/uart/max3107/include/max3107/max3107.h ## @@ -0,0 +1,172 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [mynewt-core] kasjer commented on a change in pull request #2605: hw/drivers/uart: Add MAX3107 driver

2021-05-27 Thread GitBox
kasjer commented on a change in pull request #2605: URL: https://github.com/apache/mynewt-core/pull/2605#discussion_r640873730 ## File path: hw/drivers/uart/max3107/include/max3107/max3107.h ## @@ -0,0 +1,172 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2605: hw/drivers/uart: Add MAX3107 driver

2021-05-27 Thread GitBox
vrahane commented on a change in pull request #2605: URL: https://github.com/apache/mynewt-core/pull/2605#discussion_r640865835 ## File path: hw/drivers/uart/max3107/src/max3107.c ## @@ -0,0 +1,1059 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2605: hw/drivers/uart: Add MAX3107 driver

2021-05-27 Thread GitBox
vrahane commented on a change in pull request #2605: URL: https://github.com/apache/mynewt-core/pull/2605#discussion_r640901509 ## File path: hw/drivers/uart/max3107/include/max3107/max3107.h ## @@ -0,0 +1,172 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2605: hw/drivers/uart: Add MAX3107 driver

2021-05-27 Thread GitBox
vrahane commented on a change in pull request #2605: URL: https://github.com/apache/mynewt-core/pull/2605#discussion_r64090 ## File path: hw/drivers/uart/max3107/syscfg.yml ## @@ -0,0 +1,134 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2605: hw/drivers/uart: Add MAX3107 driver

2021-05-27 Thread GitBox
vrahane commented on a change in pull request #2605: URL: https://github.com/apache/mynewt-core/pull/2605#discussion_r640866970 ## File path: hw/drivers/uart/max3107/src/max3107.c ## @@ -0,0 +1,1059 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2605: hw/drivers/uart: Add MAX3107 driver

2021-05-27 Thread GitBox
vrahane commented on a change in pull request #2605: URL: https://github.com/apache/mynewt-core/pull/2605#discussion_r640866571 ## File path: hw/drivers/uart/max3107/src/max3107.c ## @@ -0,0 +1,1059 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2605: hw/drivers/uart: Add MAX3107 driver

2021-05-27 Thread GitBox
vrahane commented on a change in pull request #2605: URL: https://github.com/apache/mynewt-core/pull/2605#discussion_r640871273 ## File path: hw/drivers/uart/max3107/syscfg.yml ## @@ -0,0 +1,134 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [mynewt-core] vrahane commented on pull request #2605: hw/drivers/uart: Add MAX3107 driver

2021-05-27 Thread GitBox
vrahane commented on pull request #2605: URL: https://github.com/apache/mynewt-core/pull/2605#issuecomment-849849497 Also, a basic CLI to query registers of the chip would be useful for debugging. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-core] kasjer commented on a change in pull request #2605: hw/drivers/uart: Add MAX3107 driver

2021-05-27 Thread GitBox
kasjer commented on a change in pull request #2605: URL: https://github.com/apache/mynewt-core/pull/2605#discussion_r640888012 ## File path: hw/drivers/uart/max3107/src/max3107.c ## @@ -0,0 +1,1059 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2605: hw/drivers/uart: Add MAX3107 driver

2021-05-27 Thread GitBox
vrahane commented on a change in pull request #2605: URL: https://github.com/apache/mynewt-core/pull/2605#discussion_r640864963 ## File path: hw/drivers/uart/max3107/src/max3107.c ## @@ -0,0 +1,1059 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2605: hw/drivers/uart: Add MAX3107 driver

2021-05-27 Thread GitBox
vrahane commented on a change in pull request #2605: URL: https://github.com/apache/mynewt-core/pull/2605#discussion_r640865510 ## File path: hw/drivers/uart/max3107/src/max3107.c ## @@ -0,0 +1,1059 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2605: hw/drivers/uart: Add MAX3107 driver

2021-05-27 Thread GitBox
vrahane commented on a change in pull request #2605: URL: https://github.com/apache/mynewt-core/pull/2605#discussion_r640864963 ## File path: hw/drivers/uart/max3107/src/max3107.c ## @@ -0,0 +1,1059 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] [mynewt-core] kasjer commented on a change in pull request #2605: hw/drivers/uart: Add MAX3107 driver

2021-05-27 Thread GitBox
kasjer commented on a change in pull request #2605: URL: https://github.com/apache/mynewt-core/pull/2605#discussion_r640889054 ## File path: hw/drivers/uart/max3107/syscfg.yml ## @@ -0,0 +1,134 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2605: hw/drivers/uart: Add MAX3107 driver

2021-05-27 Thread GitBox
vrahane commented on a change in pull request #2605: URL: https://github.com/apache/mynewt-core/pull/2605#discussion_r640903818 ## File path: hw/drivers/uart/max3107/src/max3107.c ## @@ -0,0 +1,1059 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] [mynewt-nimble] sjanc commented on issue #586: l2cap coc: Add timer guard on the receiver side

2021-05-27 Thread GitBox
sjanc commented on issue #586: URL: https://github.com/apache/mynewt-nimble/issues/586#issuecomment-849421314 is this stil valid? -- 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

[GitHub] [mynewt-nimble] sjanc closed issue #595: Upgrade PTS to 7.5.0

2021-05-27 Thread GitBox
sjanc closed issue #595: URL: https://github.com/apache/mynewt-nimble/issues/595 -- 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. For queries about this service, please

[GitHub] [mynewt-nimble] sjanc commented on issue #595: Upgrade PTS to 7.5.0

2021-05-27 Thread GitBox
sjanc commented on issue #595: URL: https://github.com/apache/mynewt-nimble/issues/595#issuecomment-849421525 should be fixed now -- 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

[GitHub] [mynewt-nimble] sjanc closed issue #615: Nimble Host API for Linux

2021-05-27 Thread GitBox
sjanc closed issue #615: URL: https://github.com/apache/mynewt-nimble/issues/615 -- 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. For queries about this service, please

[GitHub] [mynewt-nimble] sjanc closed issue #631: 修改开发板BLE的服务的UUID,只能重启手机系统后才能重新更新到最新的? 重启开发板和重启APP没用。

2021-05-27 Thread GitBox
sjanc closed issue #631: URL: https://github.com/apache/mynewt-nimble/issues/631 -- 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. For queries about this service, please

[GitHub] [mynewt-nimble] sjanc commented on issue #631: 修改开发板BLE的服务的UUID,只能重启手机系统后才能重新更新到最新的? 重启开发板和重启APP没用。

2021-05-27 Thread GitBox
sjanc commented on issue #631: URL: https://github.com/apache/mynewt-nimble/issues/631#issuecomment-849422980 please reopen with btmon logs attached if this is stil an issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [mynewt-nimble] sjanc commented on issue #665: mesh: Add parsing present/target value and remaining time in Generic OnOff/Level Client

2021-05-27 Thread GitBox
sjanc commented on issue #665: URL: https://github.com/apache/mynewt-nimble/issues/665#issuecomment-849423382 is this stil valid? -- 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

[GitHub] [mynewt-nimble] sjanc commented on issue #666: mesh: If the Proxy feature is disabled, a GATT Client device should be able to connect over GATT for configuration and control

2021-05-27 Thread GitBox
sjanc commented on issue #666: URL: https://github.com/apache/mynewt-nimble/issues/666#issuecomment-849423511 stil valid? -- 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.

[GitHub] [mynewt-nimble] michal-narajowski commented on a change in pull request #958: Various Mesh fixes

2021-05-27 Thread GitBox
michal-narajowski commented on a change in pull request #958: URL: https://github.com/apache/mynewt-nimble/pull/958#discussion_r640392888 ## File path: nimble/host/mesh/src/transport.h ## @@ -106,8 +106,8 @@ struct bt_mesh_va *bt_mesh_va_get(uint16_t index); struct

[mynewt-nimble] 09/31: mesh: Fix provisioner provisioning

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 9f396bca302c892a43f79c01b96fdaa1cc417040 Author: Krzysztof Kopyściński AuthorDate: Mon Mar 29 12:51:57 2021 +0200

[mynewt-nimble] 08/31: mesh: Reduce proxy rx buffer to an exact fit

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit ab0f5d833b22c4aee089e750563175744d0d59d8 Author: Krzysztof Kopyściński AuthorDate: Mon Mar 29 12:48:24 2021 +0200

[mynewt-nimble] 28/31: mesh: Set BLE_MESH_LPN_SUB_ALL_NODES_ADDR to off by default

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 56838dd93564a9b03b137ad6d3f1651ad029bccc Author: Krzysztof Kopyściński AuthorDate: Wed May 5 14:20:16 2021 +0200

[mynewt-nimble] 11/31: mesh: Get rid of magic number in cmd_get_comp

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit c5f9d9a3c49125759a25b54119d58d867c0fc62c Author: Krzysztof Kopyściński AuthorDate: Mon Mar 29 13:04:04 2021 +0200

[mynewt-nimble] 19/31: mesh: Fix restoring fast period divisor from settings

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 6253904845b4ab8afdc41eec21ff96211bed5106 Author: Krzysztof Kopyściński AuthorDate: Mon Mar 29 14:27:03 2021 +0200

[mynewt-nimble] 17/31: mesh: Resolve keys before logging subnet

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 1198bb8fb02c190418157a9d1f316f62565f6d7c Author: Krzysztof Kopyściński AuthorDate: Mon Mar 29 14:23:46 2021 +0200

[mynewt-nimble] 23/31: mesh: Fix condition is net_tx_cred_get

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 7a5f6ec320eacc3b9bc35820bf88194243ea1078 Author: Krzysztof Kopyściński AuthorDate: Mon Apr 26 09:15:56 2021 +0200

[mynewt-nimble] 01/31: mesh: Fix typo when deleting app key in CDB

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 77a1779a53a4c18d18804900988ffac437800d11 Author: Krzysztof Kopyściński AuthorDate: Mon Mar 29 10:39:57 2021 +0200

[mynewt-nimble] 10/31: mesh: Add CDB handle key refresh phase

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 83cf6da68cb8c49371875cc113d176f9cfe74f89 Author: Krzysztof Kopyściński AuthorDate: Mon Mar 29 12:58:17 2021 +0200

[GitHub] [mynewt-nimble] michal-narajowski merged pull request #958: Various Mesh fixes

2021-05-27 Thread GitBox
michal-narajowski merged pull request #958: URL: https://github.com/apache/mynewt-nimble/pull/958 -- 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. For queries about this

[mynewt-nimble] 06/31: mesh: Initialize msg_ctx when re-encrypting friend msg

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 8256009f6d90e6b81b9839e7ec32de87b34df87b Author: Krzysztof Kopyściński AuthorDate: Mon Mar 29 12:46:00 2021 +0200

[mynewt-nimble] branch master updated (aeb1adb -> a4d3fb4)

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git. from aeb1adb bttester: handle special PSMs in l2cap new 77a1779 mesh: Fix typo when deleting app key in CDB

[mynewt-nimble] 03/31: mesh: Add net transmit status rx in config client

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 15d9fd610b046f9c72e6766326d9536cdc3d155c Author: Krzysztof Kopyściński AuthorDate: Mon Mar 29 12:04:32 2021 +0200

[mynewt-nimble] 04/31: mesh: Check response address in Configuration Client

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 299b2ebe9ab2ac6c9cb85cffb0f10e18428212e1 Author: Krzysztof Kopyściński AuthorDate: Mon Mar 29 12:15:23 2021 +0200

[mynewt-nimble] 07/31: mesh: Update seqnum when re-encrypting for friend

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 8255bee130c3ab3e1852448f09634e60fd3ca9fc Author: Krzysztof Kopyściński AuthorDate: Mon Mar 29 12:47:24 2021 +0200

[mynewt-nimble] 24/31: mesh: Delete duplication in config

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit fa8d955c93c4a8a14cb9ea029fa8e15ab3a0ac89 Author: Krzysztof Kopyściński AuthorDate: Mon Apr 26 09:19:40 2021 +0200

[mynewt-nimble] 15/31: mesh: Explicitly ignore gatt_service_register return code

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit b2f8d90f638f095af1cd3ae5ae98a92d40263ce5 Author: Krzysztof Kopyściński AuthorDate: Mon Mar 29 14:00:26 2021 +0200

[mynewt-nimble] 02/31: mesh: Fix heartbeat subscription tests

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 8becf2a64f0659d431685e5f39f8fbfa2aa2404b Author: Krzysztof Kopyściński AuthorDate: Mon Mar 29 10:44:43 2021 +0200

[mynewt-nimble] 22/31: mesh: Set BT_MESH_ADV_USER_DATA_SIZE to size of 4 byte pointer

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit bc1fe4e4320976d23d84db4c36f612741fb6245e Author: Krzysztof Kopyściński AuthorDate: Thu Apr 22 10:59:19 2021 +0200

[mynewt-nimble] 29/31: mesh: Fix typos in flags/frags

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit a62a2e37cc8f05c69da825a790d8b3680667d8cb Author: Krzysztof Kopyściński AuthorDate: Thu May 6 13:46:05 2021 +0200

[mynewt-nimble] 31/31: mesh: Fix macro in net.c

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit a4d3fb4368eb1952739121317f0aa64d54e1bcb4 Author: Krzysztof Kopyściński AuthorDate: Fri May 7 14:06:21 2021 +0200

[mynewt-nimble] 18/31: mesh: Make internal virtual addr pointers const

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 1696d0fbeb66912e7eb456ce97c06f0e36a13b8f Author: Krzysztof Kopyściński AuthorDate: Mon Mar 29 14:26:11 2021 +0200

[mynewt-nimble] 28/31: Revert "mesh: Check response address in Configuration Client"

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch revert-958-mesh_sync_march21 in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 02d8e6b0b365015aa54d5173e8be975799876389 Author: Michał Narajowski AuthorDate: Thu May 27

[mynewt-nimble] 25/31: Revert "mesh: Update seqnum when re-encrypting for friend"

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch revert-958-mesh_sync_march21 in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit f05565b72e3f721a6d78bcffd6650e2a03ebd58a Author: Michał Narajowski AuthorDate: Thu May 27

[mynewt-nimble] 07/31: Revert "mesh: Fix incorrect pointer type in cdb.c"

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch revert-958-mesh_sync_march21 in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit c4ca4500e204ef25f6026cc37df9bc600ca6f132 Author: Michał Narajowski AuthorDate: Thu May 27

[mynewt-nimble] 14/31: Revert "mesh: Make internal virtual addr pointers const"

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch revert-958-mesh_sync_march21 in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit bd91c8933de63f6548bf7e9b90d7028b761d84cf Author: Michał Narajowski AuthorDate: Thu May 27

[mynewt-nimble] 24/31: Revert "mesh: Reduce proxy rx buffer to an exact fit"

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch revert-958-mesh_sync_march21 in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 639aad4fe3c0cbede4033e4f66b885ad346cb915 Author: Michał Narajowski AuthorDate: Thu May 27

[mynewt-nimble] 10/31: Revert "mesh: Set BT_MESH_ADV_USER_DATA_SIZE to size of 4 byte pointer"

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch revert-958-mesh_sync_march21 in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 64b65ecacb3fc4383559e92bfbc17319747edfb0 Author: Michał Narajowski AuthorDate: Thu May 27

[mynewt-nimble] 02/31: Revert "bttester: Allow for more retransmit attempts in mesh"

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch revert-958-mesh_sync_march21 in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 3005f0e20dc8003a3f4875e1d1fb73496722022e Author: Michał Narajowski AuthorDate: Thu May 27

[mynewt-nimble] 20/31: Revert "mesh: Check subnet existence in heartbeat_send"

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch revert-958-mesh_sync_march21 in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 985d8af41e1591e208cf55ad28da9e72e11e3cc6 Author: Michał Narajowski AuthorDate: Thu May 27

[mynewt-nimble] branch revert-958-mesh_sync_march21 created (now 12737ed)

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a change to branch revert-958-mesh_sync_march21 in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git. at 12737ed Revert "mesh: Fix typo when deleting app key in CDB" This branch includes the

[mynewt-nimble] 12/31: Revert "mesh: Send Link Close message when closing link"

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch revert-958-mesh_sync_march21 in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 08203561e2567035b49e0f598390386ae67bc6a1 Author: Michał Narajowski AuthorDate: Thu May 27

[mynewt-nimble] 27/31: Revert "mesh: Verify network buffer max len"

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch revert-958-mesh_sync_march21 in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit eac357252880c884b3fddff5aa376ea244abeed8 Author: Michał Narajowski AuthorDate: Thu May 27

[mynewt-nimble] 15/31: Revert "mesh: Resolve keys before logging subnet"

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch revert-958-mesh_sync_march21 in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit e8f38ab8f8f25a430ed8b75a1508da4a293f3cd4 Author: Michał Narajowski AuthorDate: Thu May 27

[mynewt-nimble] 23/31: Revert "mesh: Fix provisioner provisioning"

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch revert-958-mesh_sync_march21 in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 8c52bd2ac159fcda1ee785b33aa788fb2fc68ae0 Author: Michał Narajowski AuthorDate: Thu May 27

[mynewt-nimble] 31/31: Revert "mesh: Fix typo when deleting app key in CDB"

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch revert-958-mesh_sync_march21 in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 12737ede2d627aa37e396b1071c136b6c87b5ca7 Author: Michał Narajowski AuthorDate: Thu May 27

[mynewt-nimble] 30/31: Revert "mesh: Fix heartbeat subscription tests"

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch revert-958-mesh_sync_march21 in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit c7bff371cd9054efccc65543cd9bbac8b18d04b4 Author: Michał Narajowski AuthorDate: Thu May 27

[mynewt-nimble] 09/31: Revert "mesh: Fix condition is net_tx_cred_get"

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch revert-958-mesh_sync_march21 in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 78f3639f5d12ca80bcf4835e366867550d607651 Author: Michał Narajowski AuthorDate: Thu May 27

[mynewt-nimble] 05/31: Revert "mesh: Sync lpn.c with Zephyr"

2021-05-27 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch revert-958-mesh_sync_march21 in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 5b28681369c20395304b9792be52801bc92cc908 Author: Michał Narajowski AuthorDate: Thu May 27

  1   2   >