Skip to content

Commit

Permalink
nimble/audio/bass: Add BIS sync information in add source.
Browse files Browse the repository at this point in the history
Add field to represent BIS sync subgroup status
in add source operation.
  • Loading branch information
szymon-czapracki committed Aug 9, 2024
1 parent f8994e1 commit f3b00cc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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];

/** Subgroup entries */
struct ble_svc_audio_bass_subgroup
subgroups[BLE_SVC_AUDIO_BASS_SUB_NUM_MAX];
Expand Down

0 comments on commit f3b00cc

Please sign in to comment.