Skip to content

Commit

Permalink
nimble/audio/bass: Add subgroup entries to modify source
Browse files Browse the repository at this point in the history
Add subgroup information in modify source structure.
  • Loading branch information
szymon-czapracki committed Aug 9, 2024
1 parent f8994e1 commit 56d22e0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,10 @@ struct ble_svc_audio_bass_operation {

/** BIS Synchronisation of subgroups */
uint32_t bis_sync[BLE_SVC_AUDIO_BASS_SUB_NUM_MAX];

/** Subgroup entries */
struct ble_svc_audio_bass_subgroup
subgroups[BLE_SVC_AUDIO_BASS_SUB_NUM_MAX];
} modify_source;

/**
Expand Down

0 comments on commit 56d22e0

Please sign in to comment.