Add a new subdir, audio, and move all the audio related documentation files to that directory, similar to mesh. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
20 lines
753 B
ReStructuredText
20 lines
753 B
ReStructuredText
Bluetooth: Public Broadcast Profile Shell
|
|
#########################################
|
|
|
|
This document describes how to run the Public Broadcast Profile functionality.
|
|
PBP does not have an associated service. Its purpose is to enable a faster, more
|
|
efficient discovery of Broadcast Sources that are transmitting audio with commonly used codec configurations.
|
|
|
|
Using the PBP Shell
|
|
*******************
|
|
|
|
When the Bluetooth stack has been initialized (:code:`bt init`), the Public Broadcast Profile is ready to run.
|
|
To set the Public Broadcast Announcement features call :code:`pbp set_features`.
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
pbp --help
|
|
pbp - Bluetooth PBP shell commands
|
|
Subcommands:
|
|
set_features :Set the Public Broadcast Announcement features
|