Zephyr Project API  3.2.0
A Scalable Open Source RTOS
cap.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2022 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_CAP_H_
8#define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_CAP_H_
9
22#include <zephyr/types.h>
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
47 struct bt_csis **csis);
48
49#ifdef __cplusplus
50}
51#endif
52
57#endif /* ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_CAP_H_ */
int bt_cap_acceptor_register(const struct bt_csis_register_param *param, struct bt_csis **csis)
Register the Common Audio Service.
Definition: csis.h:109