Re: [PR] host/ble_audio.c: fix ble_audio_adv_parse_broadcast_announcement [mynewt-nimble]

2024-04-04 Thread via GitHub


KKopyscinski merged PR #1743:
URL: https://github.com/apache/mynewt-nimble/pull/1743


-- 
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...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] host/ble_audio.c: fix ble_audio_adv_parse_broadcast_announcement [mynewt-nimble]

2024-04-04 Thread via GitHub


KKopyscinski commented on PR #1743:
URL: https://github.com/apache/mynewt-nimble/pull/1743#issuecomment-2036821267

   @MariuszSkamra PTAL


-- 
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...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] host/ble_audio.c: fix ble_audio_adv_parse_broadcast_announcement [mynewt-nimble]

2024-04-04 Thread via GitHub


KKopyscinski opened a new pull request, #1743:
URL: https://github.com/apache/mynewt-nimble/pull/1743

   data->success was set to false at every entry to the funcion. That made the 
valid advertising payload fail after parsing
   BLE_BROADCAST_PUB_ANNOUNCEMENT_SVC_UUID - final break in block was reached 
but the success set in parsing
   BLE_BROADCAST_AUDIO_ANNOUNCEMENT_SVC_UUID was cleared.


-- 
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...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org