rymanluk commented on code in PR #1836:
URL: https://github.com/apache/mynewt-nimble/pull/1836#discussion_r1770844615


##########
nimble/host/audio/services/bass/src/ble_audio_svc_bass.c:
##########
@@ -489,7 +490,18 @@ ble_svc_audio_bass_modify_source(uint8_t *data, uint16_t 
data_len, uint16_t conn
 
     for (i = 0; i < operation.modify_source.num_subgroups; i++) {
         operation.modify_source.bis_sync[i] = get_le32(&data[offset]);
+        rcv_state->state.subgroups[i].bis_sync_state = 
operation.modify_source.bis_sync[i];

Review Comment:
   this state will be updated when actual SYNC will happen. At this stage we 
cannot do that as we overwrite a state.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to