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

2023-12-04 Thread via GitHub
KKopyscinski merged PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619 -- 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-unsubscr...

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

2023-11-20 Thread via GitHub
KKopyscinski commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1398821542 ## nimble/host/services/auracast/src/ble_svc_auracast.c: ## @@ -0,0 +1,102 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

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

2023-11-17 Thread via GitHub
KKopyscinski commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1396975974 ## nimble/host/services/auracast/syscfg.yml: ## @@ -0,0 +1,27 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor lice

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

2023-11-16 Thread via GitHub
KKopyscinski commented on PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#issuecomment-1814330084 Added sample application for broadcast, fixed minor bug in ble_iso.c. Build check (all apps) is failing, seems to me app tries to be built with ll, but was designed for two cor

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

2023-11-16 Thread via GitHub
KKopyscinski commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1395604096 ## nimble/host/services/auracast/src/ble_svc_auracast.c: ## @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more c

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

2023-11-16 Thread via GitHub
KKopyscinski commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1395603739 ## nimble/host/services/auracast/syscfg.yml: ## @@ -0,0 +1,27 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor lice

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

2023-11-13 Thread via GitHub
KKopyscinski commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1390774624 ## nimble/host/services/auracast/syscfg.yml: ## @@ -0,0 +1,27 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor lice

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

2023-11-10 Thread via GitHub
andrzej-kaczmarek commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1389274586 ## nimble/host/services/auracast/syscfg.yml: ## @@ -0,0 +1,27 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

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

2023-11-10 Thread via GitHub
andrzej-kaczmarek commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1389275854 ## nimble/host/services/auracast/src/ble_svc_auracast.c: ## @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or m

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

2023-11-10 Thread via GitHub
andrzej-kaczmarek commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1389274821 ## nimble/host/services/auracast/syscfg.yml: ## @@ -0,0 +1,27 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

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

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

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

2023-11-06 Thread via GitHub
rymanluk commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1384500722 ## porting/examples/linux/include/syscfg/syscfg.h: ## @@ -771,6 +783,14 @@ #define MYNEWT_VAL_BLE_L2CAP_SIG_MAX_PROCS (1) #endif +#ifndef MYNEWT_VAL_BLE_MAX_

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

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

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

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

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

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

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

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

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

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

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

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

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

2023-11-06 Thread via GitHub
KKopyscinski commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1382973344 ## nimble/host/src/ble_iso.c: ## @@ -0,0 +1,369 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreeme

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

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

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

2023-11-06 Thread via GitHub
kolodgrz commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1382916529 ## nimble/host/src/ble_iso.c: ## @@ -0,0 +1,369 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements.

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

2023-11-06 Thread via GitHub
kolodgrz commented on code in PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1382910427 ## nimble/host/src/ble_iso.c: ## @@ -0,0 +1,369 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements.

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

2023-11-06 Thread via GitHub
KKopyscinski commented on PR #1619: URL: https://github.com/apache/mynewt-nimble/pull/1619#issuecomment-1794284307 > Initial Broadcast Source Implementation ? Changed in commit messages and PR title -- This is an automated message from the Apache Git Service. To respond to the messa