Skip to content

Commit

Permalink
audio/ble_audio.h: add missing doxygen for ble_audio_broadcast_name
Browse files Browse the repository at this point in the history
`ble_audio_broadcast_name` was not documented.
  • Loading branch information
KKopyscinski committed Mar 22, 2024
1 parent 5f7d33f commit 379c771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nimble/host/audio/include/audio/ble_audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ struct ble_audio_pub_broadcast_announcement {
const uint8_t *metadata;
};

/** Broadcast Name */
struct ble_audio_broadcast_name {
/** Broadcast Name length */
uint8_t name_len;
Expand Down

0 comments on commit 379c771

Please sign in to comment.