szymon-czapracki commented on code in PR #1843:
URL: https://github.com/apache/mynewt-nimble/pull/1843#discussion_r1728528593


##########
nimble/host/audio/services/bass/include/services/bass/ble_audio_svc_bass.h:
##########
@@ -286,6 +286,9 @@ struct ble_svc_audio_bass_operation {
             /** Number of subgroups */
             uint8_t num_subgroups;
 
+            /** BIS Synchronisation of subgroups */
+            uint32_t bis_sync[BLE_SVC_AUDIO_BASS_SUB_NUM_MAX]
+

Review Comment:
   Removed



##########
nimble/host/audio/services/bass/src/ble_audio_svc_bass.c:
##########
@@ -326,6 +361,7 @@ ble_svc_audio_bass_add_source(uint8_t *data, uint16_t 
data_len, uint16_t conn_ha
             ev.bass_operation_status.status = BLE_HS_EREJECT;
             goto done;
         }
+        operation.add_source.bis_sync[i] = get_le32(&data[offset]);
         operation.add_source.subgroups[i].bis_sync_state = 
get_le32(&data[offset]);

Review Comment:
   Ok, removed.



-- 
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