Skip to content

Commit

Permalink
Bluetooth: TBS: Add missing documentation for bt_tbs_register_param
Browse files Browse the repository at this point in the history
The struct was missing doxygen documentation.

Signed-off-by: Emil Gydesen <[email protected]>
  • Loading branch information
Thalley committed Feb 26, 2025
1 parent 2ec8142 commit 039ad24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/zephyr/bluetooth/audio/tbs.h
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ int bt_tbs_set_uri_scheme_list(uint8_t bearer_index, const char **uri_list,
*/
void bt_tbs_register_cb(struct bt_tbs_cb *cbs);

/** Parameters for registering a Telephone Bearer Service */
struct bt_tbs_register_param {
/** The name of the provider, for example a cellular service provider */
char *provider_name;
Expand Down

0 comments on commit 039ad24

Please sign in to comment.