Re: [PR] Fix ble_gap_unpair_oldest_peer to prevent writing to invalid memory [mynewt-nimble]

2024-02-13 Thread via GitHub
andrzej-kaczmarek commented on PR #1650: URL: https://github.com/apache/mynewt-nimble/pull/1650#issuecomment-1942672005 `ble_gap_unpair_oldest_except` uses `BLE_STORE_MAX_BONDS` because it needs to retrieve all bonds in order to apply filter. I don't really see how

Re: [PR] nimble/host: Add API to allow given address from whitelist [mynewt-nimble]

2024-02-13 Thread via GitHub
andrzej-kaczmarek commented on PR #1685: URL: https://github.com/apache/mynewt-nimble/pull/1685#issuecomment-1942024719 Existing API allows to set complete whitelist which means app manages whitelist contents on its own (add/remove/clear/whatever) and then calls that API to set whitelist.

Re: [PR] nimble/host: Add API to allow given address from whitelist [mynewt-nimble]

2024-02-13 Thread via GitHub
rahult-github commented on PR #1685: URL: https://github.com/apache/mynewt-nimble/pull/1685#issuecomment-1941976696 @sjanc , can you please review ? -- 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

[PR] newt: Fix autogenerated linker script usage [mynewt-newt]

2024-02-13 Thread via GitHub
m-gorecki opened a new pull request, #541: URL: https://github.com/apache/mynewt-newt/pull/541 (no comment) -- 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,

(mynewt-nimble) branch master updated: nimble/host: Fix compilation issues observed by enabling -O2 optimization

2024-02-13 Thread janc
This is an automated email from the ASF dual-hosted git repository. janc 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 768a6c716 nimble/host: Fix compilation

Re: [PR] nimble/host: Fix compilation issues observed by enabling -O2 optimiza… [mynewt-nimble]

2024-02-13 Thread via GitHub
sjanc merged PR #1686: URL: https://github.com/apache/mynewt-nimble/pull/1686 -- 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:

(mynewt-nimble) 01/03: host/gatt_srv: Implement sending Multiple Handle Notifications

2024-02-13 Thread kopyscinski
This is an automated email from the ASF dual-hosted git repository. kopyscinski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit f07a77489f4f4b20073b257123ec4fd5123c0b05 Author: Krzysztof Kopyściński AuthorDate: Fri Aug 11 14:17:10 2023

(mynewt-nimble) branch master updated (4340db0c5 -> 1f559ab80)

2024-02-13 Thread kopyscinski
This is an automated email from the ASF dual-hosted git repository. kopyscinski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git from 4340db0c5 nimble/ll: Fix channel map update instant calculation new f07a77489 host/gatt_srv:

(mynewt-nimble) 02/03: Apps/bttester: add support for sending Multiple Handle Notifications

2024-02-13 Thread kopyscinski
This is an automated email from the ASF dual-hosted git repository. kopyscinski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit dd1cfe7e307dae1115bd7c8d516a7941edd9d1e8 Author: Krzysztof Kopyściński AuthorDate: Fri Aug 11 14:19:41 2023

(mynewt-nimble) 03/03: apps/btshell: add support for sending Multiple handle Notifications

2024-02-13 Thread kopyscinski
This is an automated email from the ASF dual-hosted git repository. kopyscinski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 1f559ab80bd187db8e1e17e74bead3ea30df5865 Author: Krzysztof Kopyściński AuthorDate: Fri Aug 18 07:38:29 2023

Re: [PR] host/gatt: Add support for sending multiple handle notifications [mynewt-nimble]

2024-02-13 Thread via GitHub
KKopyscinski merged PR #1594: URL: https://github.com/apache/mynewt-nimble/pull/1594 -- 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:

Re: [PR] fix(nimble): Change 'move_count' to uint8_t type [mynewt-nimble]

2024-02-13 Thread via GitHub
andrzej-kaczmarek commented on PR #1693: URL: https://github.com/apache/mynewt-nimble/pull/1693#issuecomment-1941466774 please add proper prefix to commit title (see other commits as guideline) and include error message in commit message -- This is an automated message from the Apache