mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-30 01:35:21 +00:00
Added structure definition for stream end points and the a2dp stream. Change-Id: I6d0cc08611f5179397bea6200eb9244d7c1cc8d6 Signed-off-by: Piyush Itankar <piyush.t.itankar@intel.com>
13 lines
250 B
C
13 lines
250 B
C
/** @file
|
|
* @brief Advance Audio Distribution Profile Internal header.
|
|
*/
|
|
|
|
/*
|
|
* Copyright (c) 2015-2016 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/* To be called when first SEP is being registered */
|
|
int bt_a2dp_init(void);
|