1Bluetooth: Public Broadcast Profile Shell
2#########################################
3
4This document describes how to run the Public Broadcast Profile functionality.
5PBP does not have an associated service. Its purpose is to enable a faster, more
6efficient discovery of Broadcast Sources that are transmitting audio with commonly used codec configurations.
7
8Using the PBP Shell
9*******************
10
11When the Bluetooth stack has been initialized (:code:`bt init`), the Public Broadcast Profile is ready to run.
12To set the Public Broadcast Announcement features call :code:`pbp set_features`.
13
14.. code-block:: console
15
16
17   pbp --help
18   pbp - Bluetooth PBP shell commands
19   Subcommands:
20     set_features    :Set the Public Broadcast Announcement features
21