Re: [PR] nimble/host: Initial Broadcast implementation [mynewt-nimble]

2023-10-30 Thread via GitHub
andrzej-kaczmarek commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1376149248 ## nimble/syscfg.yml: ## @@ -81,7 +81,7 @@ syscfg.defs: This allows to configure maximum size of advertising data and scan

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

2023-10-30 Thread via GitHub
sjanc commented on code in PR #1594: URL: https://github.com/apache/mynewt-nimble/pull/1594#discussion_r1376098995 ## nimble/host/include/host/ble_gatt.h: ## @@ -634,6 +644,33 @@ int ble_gattc_write_reliable(uint16_t conn_handle, int ble_gatts_notify_custom(uint16_t

Re: [PR] nimble/host: Initial Broadcast implementation [mynewt-nimble]

2023-10-30 Thread via GitHub
KKopyscinski commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1375863742 ## nimble/host/src/ble_audio_common.c: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

Re: [PR] nimble/host: Initial Broadcast implementation [mynewt-nimble]

2023-10-30 Thread via GitHub
KKopyscinski commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1375839326 ## nimble/host/src/ble_audio_common.c: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

Re: [PR] nimble/host: Initial Broadcast implementation [mynewt-nimble]

2023-10-30 Thread via GitHub
KKopyscinski commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1375835230 ## nimble/host/services/auracast/include/services/auracast/ble_svc_auracast.h: ## @@ -0,0 +1,93 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] nimble/host: Initial Broadcast implementation [mynewt-nimble]

2023-10-30 Thread via GitHub
rymanluk commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1375834014 ## nimble/syscfg.yml: ## @@ -81,7 +81,7 @@ syscfg.defs: This allows to configure maximum size of advertising data and scan response

Re: [PR] nimble/host: Initial Broadcast implementation [mynewt-nimble]

2023-10-30 Thread via GitHub
rymanluk commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1375830783 ## nimble/host/src/ble_audio_common.c: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license

Re: [PR] nimble/host: Initial Broadcast implementation [mynewt-nimble]

2023-10-30 Thread via GitHub
KKopyscinski commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1375823634 ## nimble/host/services/auracast/include/services/auracast/ble_svc_auracast.h: ## @@ -0,0 +1,100 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] nimble/host: Initial Broadcast implementation [mynewt-nimble]

2023-10-30 Thread via GitHub
rymanluk commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1375819421 ## nimble/host/services/auracast/include/services/auracast/ble_svc_auracast.h: ## @@ -0,0 +1,93 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] nimble/host: Initial Broadcast implementation [mynewt-nimble]

2023-10-30 Thread via GitHub
rymanluk commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1375819421 ## nimble/host/services/auracast/include/services/auracast/ble_svc_auracast.h: ## @@ -0,0 +1,93 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] nimble/host: Initial Broadcast implementation [mynewt-nimble]

2023-10-30 Thread via GitHub
rymanluk commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1375818275 ## nimble/host/services/auracast/include/services/auracast/ble_svc_auracast.h: ## @@ -0,0 +1,100 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] nimble/host: Initial Broadcast implementation [mynewt-nimble]

2023-10-30 Thread via GitHub
rymanluk commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1375806874 ## nimble/host/services/auracast/include/services/auracast/ble_svc_auracast.h: ## @@ -0,0 +1,100 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] nimble/host: Initial Broadcast implementation [mynewt-nimble]

2023-10-30 Thread via GitHub
rymanluk commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1375800333 ## nimble/host/include/host/ble_audio_common.h: ## @@ -0,0 +1,183 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

Re: [PR] nimble/host: Initial Broadcast implementation [mynewt-nimble]

2023-10-30 Thread via GitHub
rymanluk commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1375798515 ## nimble/host/include/host/ble_audio_broadcast.h: ## @@ -0,0 +1,244 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

Re: [PR] nimble/host: Initial Broadcast implementation [mynewt-nimble]

2023-10-30 Thread via GitHub
KKopyscinski commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1375796707 ## nimble/host/include/host/ble_audio_broadcast.h: ## @@ -0,0 +1,271 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

Re: [PR] nimble/host: Initial Broadcast implementation [mynewt-nimble]

2023-10-30 Thread via GitHub
rymanluk commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1375795608 ## nimble/host/include/host/ble_audio_broadcast.h: ## @@ -0,0 +1,271 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

(mynewt-core) branch master updated: hw/mcu/stm32h7: Remove STM32F4/7 specific code

2023-10-30 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 586cc6412 hw/mcu/stm32h7: Remove STM32F4/7

Re: [PR] hw/mcu/stm32h7: Remove STM32F4/7 specific code [mynewt-core]

2023-10-30 Thread via GitHub
kasjer merged PR #3097: URL: https://github.com/apache/mynewt-core/pull/3097 -- 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] nimble/host: Initial Broadcast implementation [mynewt-nimble]

2023-10-30 Thread via GitHub
rymanluk commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1375769855 ## nimble/host/include/host/ble_audio_broadcast.h: ## @@ -0,0 +1,271 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

Re: [PR] nimble/host: Initial Broadcast implementation [mynewt-nimble]

2023-10-30 Thread via GitHub
rymanluk commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1375768771 ## nimble/host/include/host/ble_audio_broadcast.h: ## @@ -0,0 +1,271 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more