File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
include/zephyr/bluetooth/audio Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ /**
2+ * @file
3+ * @brief Public Broadcast Profile (PBP) APIs.
4+ */
15/*
26 * Copyright 2023 NXP
7+ * Copyright (c) 2024 Nordic Semiconductor ASA
38 *
49 * SPDX-License-Identifier: Apache-2.0
510 */
1722 *
1823 * @ingroup bluetooth
1924 * @{
25+ *
26+ * The Public Broadcast Profile (PBP) is used for public broadcasts by providing additional
27+ * information in the advertising data.
2028 */
2129
2230#include <zephyr/bluetooth/audio/audio.h>
3038extern "C" {
3139#endif
3240
33- /* PBA Service UUID + Public Broadcast Announcement features + Metadata Length */
41+ /**
42+ * @brief Minimum size of the Public Broadcast Announcement
43+ *
44+ * It contains the Public Broadcast Announcement UUID (2), the Public Broadcast Announcement
45+ * features (1) and the metadata length (1)
46+ */
3447#define BT_PBP_MIN_PBA_SIZE (BT_UUID_SIZE_16 + 1 + 1)
3548
3649/** Public Broadcast Announcement features */
You can’t perform that action at this time.
0 commit comments