Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
Common Audio Profile (CAP)

Common Audio Profile (CAP) More...

Data Structures

struct  bt_cap_initiator_cb
 Callback structure for CAP procedures. More...
 
union  bt_cap_set_member
 Represents a Common Audio Set member that are either in a Coordinated or ad-hoc set. More...
 
struct  bt_cap_stream
 
struct  bt_cap_unicast_audio_start_stream_param
 Stream specific parameters for the bt_cap_initiator_unicast_audio_start() function. More...
 
struct  bt_cap_unicast_audio_start_param
 Parameters for the bt_cap_initiator_unicast_audio_start() function. More...
 
struct  bt_cap_unicast_audio_update_stream_param
 Stream specific parameters for the bt_cap_initiator_unicast_audio_update() function. More...
 
struct  bt_cap_unicast_audio_update_param
 Parameters for the bt_cap_initiator_unicast_audio_update() function. More...
 
struct  bt_cap_unicast_audio_stop_param
 Parameters for the bt_cap_initiator_unicast_audio_stop() function. More...
 
struct  bt_cap_initiator_broadcast_stream_param
 
struct  bt_cap_initiator_broadcast_subgroup_param
 
struct  bt_cap_initiator_broadcast_create_param
 
struct  bt_cap_unicast_to_broadcast_param
 
struct  bt_cap_broadcast_to_unicast_param
 
struct  bt_cap_commander_cb
 Callback structure for CAP procedures. More...
 
struct  bt_cap_commander_broadcast_reception_start_member_param
 
struct  bt_cap_commander_broadcast_reception_start_param
 Parameters for starting broadcast reception
More...
 
struct  bt_cap_commander_broadcast_reception_stop_param
 Parameters for stopping broadcast reception
More...
 
struct  bt_cap_commander_change_volume_param
 Parameters for changing absolute volume
More...
 
struct  bt_cap_commander_change_volume_offset_member_param
 
struct  bt_cap_commander_change_volume_offset_param
 Parameters for changing volume offset. More...
 
struct  bt_cap_commander_change_volume_mute_state_param
 Parameters for changing volume mute state. More...
 
struct  bt_cap_commander_change_microphone_mute_state_param
 Parameters for changing microphone mute state. More...
 
struct  bt_cap_commander_change_microphone_gain_setting_member_param
 
struct  bt_cap_commander_change_microphone_gain_setting_param
 Parameters for changing microphone mute state. More...
 

Enumerations

enum  bt_cap_set_type { BT_CAP_SET_TYPE_AD_HOC , BT_CAP_SET_TYPE_CSIP }
 Type of CAP set. More...
 

Functions

int bt_cap_acceptor_register (const struct bt_csip_set_member_register_param *param, struct bt_csip_set_member_svc_inst **svc_inst)
 Register the Common Audio Service.
 
int bt_cap_initiator_unicast_discover (struct bt_conn *conn)
 Discovers audio support on a remote device.
 
void bt_cap_stream_ops_register (struct bt_cap_stream *stream, struct bt_bap_stream_ops *ops)
 Register Audio operations for a Common Audio Profile stream.
 
int bt_cap_stream_send (struct bt_cap_stream *stream, struct net_buf *buf, uint16_t seq_num)
 Send data to Common Audio Profile stream without timestamp.
 
int bt_cap_stream_send_ts (struct bt_cap_stream *stream, struct net_buf *buf, uint16_t seq_num, uint32_t ts)
 Send data to Common Audio Profile stream with timestamp.
 
int bt_cap_stream_get_tx_sync (struct bt_cap_stream *stream, struct bt_iso_tx_info *info)
 Get ISO transmission timing info for a Common Audio Profile stream.
 
int bt_cap_initiator_register_cb (const struct bt_cap_initiator_cb *cb)
 Register Common Audio Profile Initiator callbacks.
 
int bt_cap_initiator_unicast_audio_start (const struct bt_cap_unicast_audio_start_param *param)
 Setup and start unicast audio streams for a set of devices.
 
int bt_cap_initiator_unicast_audio_update (const struct bt_cap_unicast_audio_update_param *param)
 Update unicast audio streams.
 
int bt_cap_initiator_unicast_audio_stop (const struct bt_cap_unicast_audio_stop_param *param)
 Stop unicast audio streams.
 
int bt_cap_initiator_unicast_audio_cancel (void)
 Cancel any current Common Audio Profile procedure.
 
int bt_cap_initiator_broadcast_audio_create (const struct bt_cap_initiator_broadcast_create_param *param, struct bt_cap_broadcast_source **broadcast_source)
 Create a Common Audio Profile broadcast source.
 
int bt_cap_initiator_broadcast_audio_start (struct bt_cap_broadcast_source *broadcast_source, struct bt_le_ext_adv *adv)
 Start Common Audio Profile broadcast source.
 
int bt_cap_initiator_broadcast_audio_update (struct bt_cap_broadcast_source *broadcast_source, const uint8_t meta[], size_t meta_len)
 Update broadcast audio streams for a Common Audio Profile broadcast source.
 
int bt_cap_initiator_broadcast_audio_stop (struct bt_cap_broadcast_source *broadcast_source)
 Stop broadcast audio streams for a Common Audio Profile broadcast source.
 
int bt_cap_initiator_broadcast_audio_delete (struct bt_cap_broadcast_source *broadcast_source)
 Delete Common Audio Profile broadcast source.
 
int bt_cap_initiator_broadcast_get_id (const struct bt_cap_broadcast_source *broadcast_source, uint32_t *const broadcast_id)
 Get the broadcast ID of a Common Audio Profile broadcast source.
 
int bt_cap_initiator_broadcast_get_base (struct bt_cap_broadcast_source *broadcast_source, struct net_buf_simple *base_buf)
 Get the Broadcast Audio Stream Endpoint of a Common Audio Profile broadcast source.
 
int bt_cap_initiator_unicast_to_broadcast (const struct bt_cap_unicast_to_broadcast_param *param, struct bt_cap_broadcast_source **source)
 Hands over the data streams in a unicast group to a broadcast source.
 
int bt_cap_initiator_broadcast_to_unicast (const struct bt_cap_broadcast_to_unicast_param *param, struct bt_bap_unicast_group **unicast_group)
 Hands over the data streams in a broadcast source to a unicast group.
 
int bt_cap_commander_register_cb (const struct bt_cap_commander_cb *cb)
 Register Common Audio Profile Commander callbacks.
 
int bt_cap_commander_unregister_cb (const struct bt_cap_commander_cb *cb)
 Unregister Common Audio Profile Commander callbacks.
 
int bt_cap_commander_discover (struct bt_conn *conn)
 Discovers audio support on a remote device.
 
int bt_cap_commander_cancel (void)
 Cancel any current Common Audio Profile commander procedure.
 
int bt_cap_commander_broadcast_reception_start (const struct bt_cap_commander_broadcast_reception_start_param *param)
 Starts the reception of broadcast audio on one or more remote Common Audio Profile Acceptors.
 
int bt_cap_commander_broadcast_reception_stop (const struct bt_cap_commander_broadcast_reception_stop_param *param)
 Stops the reception of broadcast audio on one or more remote Common Audio Profile Acceptors.
 
int bt_cap_commander_change_volume (const struct bt_cap_commander_change_volume_param *param)
 Change the volume on one or more Common Audio Profile Acceptors.
 
int bt_cap_commander_change_volume_offset (const struct bt_cap_commander_change_volume_offset_param *param)
 Change the volume offset on one or more Common Audio Profile Acceptors.
 
int bt_cap_commander_change_volume_mute_state (const struct bt_cap_commander_change_volume_mute_state_param *param)
 Change the volume mute state on one or more Common Audio Profile Acceptors.
 
int bt_cap_commander_change_microphone_mute_state (const struct bt_cap_commander_change_microphone_mute_state_param *param)
 Change the microphone mute state on one or more Common Audio Profile Acceptors.
 
int bt_cap_commander_change_microphone_gain_setting (const struct bt_cap_commander_change_microphone_gain_setting_param *param)
 Change the microphone gain setting on one or more Common Audio Profile Acceptors.
 

Detailed Description

Common Audio Profile (CAP)

[Experimental] Users should note that the APIs can change as a part of ongoing development.

Enumeration Type Documentation

◆ bt_cap_set_type

#include <zephyr/bluetooth/audio/cap.h>

Type of CAP set.

Enumerator
BT_CAP_SET_TYPE_AD_HOC 

The set is an ad-hoc set.

BT_CAP_SET_TYPE_CSIP 

The set is a CSIP Coordinated Set.

Function Documentation

◆ bt_cap_acceptor_register()

int bt_cap_acceptor_register ( const struct bt_csip_set_member_register_param param,
struct bt_csip_set_member_svc_inst **  svc_inst 
)

#include <zephyr/bluetooth/audio/cap.h>

Register the Common Audio Service.

This will register and enable the service and make it discoverable by clients. This will also register a Coordinated Set Identification Service instance.

This shall only be done as a server, and requires BT_CAP_ACCEPTOR_SET_MEMBER . If BT_CAP_ACCEPTOR_SET_MEMBER is not enabled, the Common Audio Service will by statically registered.

Parameters
[in]paramCoordinated Set Identification Service register parameters.
[out]svc_instPointer to the registered Coordinated Set Identification Service.
Returns
0 if success, errno on failure.

◆ bt_cap_commander_broadcast_reception_start()

int bt_cap_commander_broadcast_reception_start ( const struct bt_cap_commander_broadcast_reception_start_param param)

#include <zephyr/bluetooth/audio/cap.h>

Starts the reception of broadcast audio on one or more remote Common Audio Profile Acceptors.

Parameters
paramThe parameters to start the broadcast audio
Returns
0 on success or negative error value on failure.

◆ bt_cap_commander_broadcast_reception_stop()

int bt_cap_commander_broadcast_reception_stop ( const struct bt_cap_commander_broadcast_reception_stop_param param)

#include <zephyr/bluetooth/audio/cap.h>

Stops the reception of broadcast audio on one or more remote Common Audio Profile Acceptors.

Parameters
paramThe parameters to stop the broadcast audio
Returns
0 on success or negative error value on failure.

◆ bt_cap_commander_cancel()

int bt_cap_commander_cancel ( void  )

#include <zephyr/bluetooth/audio/cap.h>

Cancel any current Common Audio Profile commander procedure.

This will stop the current procedure from continuing and making it possible to run a new Common Audio Profile procedure.

It is recommended to do this if any existing procedure takes longer time than expected, which could indicate a missing response from the Common Audio Profile Acceptor.

This does not send any requests to any Common Audio Profile Acceptors involved with the current procedure, and thus notifications from the Common Audio Profile Acceptors may arrive after this has been called. It is thus recommended to either only use this if a procedure has stalled, or wait a short while before starting any new Common Audio Profile procedure after this has been called to avoid getting notifications from the cancelled procedure. The wait time depends on the connection interval, the number of devices in the previous procedure and the behavior of the Common Audio Profile Acceptors.

The respective callbacks of the procedure will be called as part of this with the connection pointer set to NULL and the err value set to -ECANCELED.

Return values
0on success
-EALREADYif no procedure is active

◆ bt_cap_commander_change_microphone_gain_setting()

int bt_cap_commander_change_microphone_gain_setting ( const struct bt_cap_commander_change_microphone_gain_setting_param param)

#include <zephyr/bluetooth/audio/cap.h>

Change the microphone gain setting on one or more Common Audio Profile Acceptors.

Parameters
paramThe parameters for the microphone gain setting change
Returns
0 on success or negative error value on failure.

◆ bt_cap_commander_change_microphone_mute_state()

int bt_cap_commander_change_microphone_mute_state ( const struct bt_cap_commander_change_microphone_mute_state_param param)

#include <zephyr/bluetooth/audio/cap.h>

Change the microphone mute state on one or more Common Audio Profile Acceptors.

Parameters
paramThe parameters for the microphone mute state change
Returns
0 on success or negative error value on failure.

◆ bt_cap_commander_change_volume()

int bt_cap_commander_change_volume ( const struct bt_cap_commander_change_volume_param param)

#include <zephyr/bluetooth/audio/cap.h>

Change the volume on one or more Common Audio Profile Acceptors.

Parameters
paramThe parameters for the volume change
Returns
0 on success or negative error value on failure.

◆ bt_cap_commander_change_volume_mute_state()

int bt_cap_commander_change_volume_mute_state ( const struct bt_cap_commander_change_volume_mute_state_param param)

#include <zephyr/bluetooth/audio/cap.h>

Change the volume mute state on one or more Common Audio Profile Acceptors.

Parameters
paramThe parameters for the volume mute state change
Returns
0 on success or negative error value on failure.

◆ bt_cap_commander_change_volume_offset()

int bt_cap_commander_change_volume_offset ( const struct bt_cap_commander_change_volume_offset_param param)

#include <zephyr/bluetooth/audio/cap.h>

Change the volume offset on one or more Common Audio Profile Acceptors.

Parameters
paramThe parameters for the volume offset change
Returns
0 on success or negative error value on failure.

◆ bt_cap_commander_discover()

int bt_cap_commander_discover ( struct bt_conn *  conn)

#include <zephyr/bluetooth/audio/cap.h>

Discovers audio support on a remote device.

This will discover the Common Audio Service (CAS) on the remote device, to verify if the remote device supports the Common Audio Profile.

Note
CONFIG_BT_CAP_COMMANDER must be enabled for this function. If CONFIG_BT_CAP_INITIATOR is also enabled, it does not matter if bt_cap_commander_discover() or bt_cap_initiator_unicast_discover() is used.
Parameters
connConnection to a remote server.
Return values
0Success
-EINVALconn is NULL
-ENOTCONNconn is not connected
-ENOMEMCould not allocated memory for the request
-EBUSYAlready doing discovery for conn

◆ bt_cap_commander_register_cb()

int bt_cap_commander_register_cb ( const struct bt_cap_commander_cb cb)

#include <zephyr/bluetooth/audio/cap.h>

Register Common Audio Profile Commander callbacks.

Parameters
cbThe callback structure. Shall remain static.
Return values
0Success
-EINVALcb is NULL
-EALREADYCallbacks are already registered

◆ bt_cap_commander_unregister_cb()

int bt_cap_commander_unregister_cb ( const struct bt_cap_commander_cb cb)

#include <zephyr/bluetooth/audio/cap.h>

Unregister Common Audio Profile Commander callbacks.

Parameters
cbThe callback structure that was previously registered.
Return values
0Success
-EINVALcb is NULL or cb was not registered

◆ bt_cap_initiator_broadcast_audio_create()

int bt_cap_initiator_broadcast_audio_create ( const struct bt_cap_initiator_broadcast_create_param param,
struct bt_cap_broadcast_source **  broadcast_source 
)

#include <zephyr/bluetooth/audio/cap.h>

Create a Common Audio Profile broadcast source.

Create a new audio broadcast source with one or more audio streams.

Note
CONFIG_BT_CAP_INITIATOR and CONFIG_BT_BAP_BROADCAST_SOURCE must be enabled for this function to be enabled.
Parameters
[in]paramParameters to start the audio streams.
[out]broadcast_sourcePointer to the broadcast source created.
Returns
0 on success or negative error value on failure.

◆ bt_cap_initiator_broadcast_audio_delete()

int bt_cap_initiator_broadcast_audio_delete ( struct bt_cap_broadcast_source *  broadcast_source)

#include <zephyr/bluetooth/audio/cap.h>

Delete Common Audio Profile broadcast source.

This can only be done after the broadcast source has been stopped by calling bt_cap_initiator_broadcast_audio_stop() and after the bt_bap_stream_ops.stopped() callback has been called for all streams in the broadcast source.

Note
CONFIG_BT_CAP_INITIATOR and CONFIG_BT_BAP_BROADCAST_SOURCE must be enabled for this function to be enabled.
Parameters
broadcast_sourceThe broadcast source to delete. The broadcast_source will be invalidated.
Returns
0 on success or negative error value on failure.

◆ bt_cap_initiator_broadcast_audio_start()

int bt_cap_initiator_broadcast_audio_start ( struct bt_cap_broadcast_source *  broadcast_source,
struct bt_le_ext_adv *  adv 
)

#include <zephyr/bluetooth/audio/cap.h>

Start Common Audio Profile broadcast source.

The broadcast source will be visible for scanners once this has been called, and the device will advertise audio announcements.

This will allow the streams in the broadcast source to send audio by calling bt_bap_stream_send().

Note
CONFIG_BT_CAP_INITIATOR and CONFIG_BT_BAP_BROADCAST_SOURCE must be enabled for this function to be enabled.
Parameters
broadcast_sourcePointer to the broadcast source.
advPointer to an extended advertising set with periodic advertising configured.
Returns
0 on success or negative error value on failure.

◆ bt_cap_initiator_broadcast_audio_stop()

int bt_cap_initiator_broadcast_audio_stop ( struct bt_cap_broadcast_source *  broadcast_source)

#include <zephyr/bluetooth/audio/cap.h>

Stop broadcast audio streams for a Common Audio Profile broadcast source.

Note
CONFIG_BT_CAP_INITIATOR and CONFIG_BT_BAP_BROADCAST_SOURCE must be enabled for this function to be enabled.
Parameters
broadcast_sourceThe broadcast source to stop. The audio streams in this will be stopped and reset.
Returns
0 on success or negative error value on failure.

◆ bt_cap_initiator_broadcast_audio_update()

int bt_cap_initiator_broadcast_audio_update ( struct bt_cap_broadcast_source *  broadcast_source,
const uint8_t  meta[],
size_t  meta_len 
)

#include <zephyr/bluetooth/audio/cap.h>

Update broadcast audio streams for a Common Audio Profile broadcast source.

Note
CONFIG_BT_CAP_INITIATOR and CONFIG_BT_BAP_BROADCAST_SOURCE must be enabled for this function to be enabled.
Parameters
broadcast_sourceThe broadcast source to update.
metaThe new metadata. The metadata shall contain a list of CCIDs as well as a non-0 context bitfield.
meta_lenThe length of meta.
Returns
0 on success or negative error value on failure.

◆ bt_cap_initiator_broadcast_get_base()

int bt_cap_initiator_broadcast_get_base ( struct bt_cap_broadcast_source *  broadcast_source,
struct net_buf_simple base_buf 
)

#include <zephyr/bluetooth/audio/cap.h>

Get the Broadcast Audio Stream Endpoint of a Common Audio Profile broadcast source.

This will encode the BASE of a broadcast source into a buffer, that can be used for advertisement. The encoded BASE will thus be encoded as little-endian. The BASE shall be put into the periodic advertising data (see bt_le_per_adv_set_data()).

See table 3.15 in the Basic Audio Profile v1.0.1 for the structure.

Parameters
broadcast_sourcePointer to the broadcast source.
base_bufPointer to a buffer where the BASE will be inserted.
Returns
int 0 if on success, errno on error.

◆ bt_cap_initiator_broadcast_get_id()

int bt_cap_initiator_broadcast_get_id ( const struct bt_cap_broadcast_source *  broadcast_source,
uint32_t *const  broadcast_id 
)

#include <zephyr/bluetooth/audio/cap.h>

Get the broadcast ID of a Common Audio Profile broadcast source.

This will return the 3-octet broadcast ID that should be advertised in the extended advertising data with BT_UUID_BROADCAST_AUDIO_VAL as BT_DATA_SVC_DATA16.

See table 3.14 in the Basic Audio Profile v1.0.1 for the structure.

Parameters
[in]broadcast_sourcePointer to the broadcast source.
[out]broadcast_idPointer to the 3-octet broadcast ID.
Returns
int 0 if on success, errno on error.

◆ bt_cap_initiator_broadcast_to_unicast()

int bt_cap_initiator_broadcast_to_unicast ( const struct bt_cap_broadcast_to_unicast_param param,
struct bt_bap_unicast_group **  unicast_group 
)

#include <zephyr/bluetooth/audio/cap.h>

Hands over the data streams in a broadcast source to a unicast group.

The streams in the broadcast source will be stopped and the broadcast source will be deleted.

Note
CONFIG_BT_CAP_INITIATOR , CONFIG_BT_BAP_UNICAST_CLIENT and CONFIG_BT_BAP_BROADCAST_SOURCE must be enabled for this function to be enabled.
Parameters
[in]paramThe parameters for the handover.
[out]unicast_groupThe resulting broadcast source.
Returns
0 on success or negative error value on failure.

◆ bt_cap_initiator_register_cb()

int bt_cap_initiator_register_cb ( const struct bt_cap_initiator_cb cb)

#include <zephyr/bluetooth/audio/cap.h>

Register Common Audio Profile Initiator callbacks.

Parameters
cbThe callback structure. Shall remain static.
Returns
0 on success or negative error value on failure.

◆ bt_cap_initiator_unicast_audio_cancel()

int bt_cap_initiator_unicast_audio_cancel ( void  )

#include <zephyr/bluetooth/audio/cap.h>

Cancel any current Common Audio Profile procedure.

This will stop the current procedure from continuing and making it possible to run a new Common Audio Profile procedure.

It is recommended to do this if any existing procedure takes longer time than expected, which could indicate a missing response from the Common Audio Profile Acceptor.

This does not send any requests to any Common Audio Profile Acceptors involved with the current procedure, and thus notifications from the Common Audio Profile Acceptors may arrive after this has been called. It is thus recommended to either only use this if a procedure has stalled, or wait a short while before starting any new Common Audio Profile procedure after this has been called to avoid getting notifications from the cancelled procedure. The wait time depends on the connection interval, the number of devices in the previous procedure and the behavior of the Common Audio Profile Acceptors.

The respective callbacks of the procedure will be called as part of this with the connection pointer set to 0 and the err value set to -ECANCELED.

Return values
0on success
-EALREADYif no procedure is active

◆ bt_cap_initiator_unicast_audio_start()

int bt_cap_initiator_unicast_audio_start ( const struct bt_cap_unicast_audio_start_param param)

#include <zephyr/bluetooth/audio/cap.h>

Setup and start unicast audio streams for a set of devices.

The result of this operation is that the streams in param will be initialized and will be usable for streaming audio data. The unicast_group value can be used to update and stop the streams.

Note
CONFIG_BT_CAP_INITIATOR and CONFIG_BT_BAP_UNICAST_CLIENT must be enabled for this function to be enabled.
Parameters
paramParameters to start the audio streams.
Returns
0 on success or negative error value on failure.

◆ bt_cap_initiator_unicast_audio_stop()

int bt_cap_initiator_unicast_audio_stop ( const struct bt_cap_unicast_audio_stop_param param)

#include <zephyr/bluetooth/audio/cap.h>

Stop unicast audio streams.

This will stop one or more streams.

Note
CONFIG_BT_CAP_INITIATOR and CONFIG_BT_BAP_UNICAST_CLIENT must be enabled for this function to be enabled.
Parameters
paramStop parameters.
Returns
0 on success or negative error value on failure.

◆ bt_cap_initiator_unicast_audio_update()

int bt_cap_initiator_unicast_audio_update ( const struct bt_cap_unicast_audio_update_param param)

#include <zephyr/bluetooth/audio/cap.h>

Update unicast audio streams.

This will update the metadata of one or more streams.

Note
CONFIG_BT_CAP_INITIATOR and CONFIG_BT_BAP_UNICAST_CLIENT must be enabled for this function to be enabled.
Parameters
paramUpdate parameters.
Returns
0 on success or negative error value on failure.

◆ bt_cap_initiator_unicast_discover()

int bt_cap_initiator_unicast_discover ( struct bt_conn *  conn)

#include <zephyr/bluetooth/audio/cap.h>

Discovers audio support on a remote device.

This will discover the Common Audio Service (CAS) on the remote device, to verify if the remote device supports the Common Audio Profile.

Parameters
connConnection to a remote server.
Return values
0Success
-EINVALconn is NULL
-ENOTCONNconn is not connected
-ENOMEMCould not allocated memory for the request

◆ bt_cap_initiator_unicast_to_broadcast()

int bt_cap_initiator_unicast_to_broadcast ( const struct bt_cap_unicast_to_broadcast_param param,
struct bt_cap_broadcast_source **  source 
)

#include <zephyr/bluetooth/audio/cap.h>

Hands over the data streams in a unicast group to a broadcast source.

The streams in the unicast group will be stopped and the unicast group will be deleted. This can only be done for source streams.

Note
CONFIG_BT_CAP_INITIATOR , CONFIG_BT_BAP_UNICAST_CLIENT and CONFIG_BT_BAP_BROADCAST_SOURCE must be enabled for this function to be enabled.
Parameters
paramThe parameters for the handover.
sourceThe resulting broadcast source.
Returns
0 on success or negative error value on failure.

◆ bt_cap_stream_get_tx_sync()

int bt_cap_stream_get_tx_sync ( struct bt_cap_stream stream,
struct bt_iso_tx_info info 
)

#include <zephyr/bluetooth/audio/cap.h>

Get ISO transmission timing info for a Common Audio Profile stream.

See bt_bap_stream_get_tx_sync() for more information

Note
Support for sending must be supported, determined by CONFIG_BT_AUDIO_TX .
Parameters
[in]streamStream object.
[out]infoTransmit info object.
Return values
-EINVALif stream object is NULL
Anyreturn value from bt_bap_stream_get_tx_sync()

◆ bt_cap_stream_ops_register()

void bt_cap_stream_ops_register ( struct bt_cap_stream stream,
struct bt_bap_stream_ops ops 
)

#include <zephyr/bluetooth/audio/cap.h>

Register Audio operations for a Common Audio Profile stream.

Register Audio operations for a stream.

Parameters
streamStream object.
opsStream operations structure.

◆ bt_cap_stream_send()

int bt_cap_stream_send ( struct bt_cap_stream stream,
struct net_buf buf,
uint16_t  seq_num 
)

#include <zephyr/bluetooth/audio/cap.h>

Send data to Common Audio Profile stream without timestamp.

See bt_bap_stream_send() for more information

Note
Support for sending must be supported, determined by CONFIG_BT_AUDIO_TX .
Parameters
streamStream object.
bufBuffer containing data to be sent.
seq_numPacket Sequence number. This value shall be incremented for each call to this function and at least once per SDU interval for a specific channel.
Return values
-EINVALif stream object is NULL
Anyreturn value from bt_bap_stream_send()

◆ bt_cap_stream_send_ts()

int bt_cap_stream_send_ts ( struct bt_cap_stream stream,
struct net_buf buf,
uint16_t  seq_num,
uint32_t  ts 
)

#include <zephyr/bluetooth/audio/cap.h>

Send data to Common Audio Profile stream with timestamp.

See bt_bap_stream_send() for more information

Note
Support for sending must be supported, determined by CONFIG_BT_AUDIO_TX .
Parameters
streamStream object.
bufBuffer containing data to be sent.
seq_numPacket Sequence number. This value shall be incremented for each call to this function and at least once per SDU interval for a specific channel.
tsTimestamp of the SDU in microseconds (us). This value can be used to transmit multiple SDUs in the same SDU interval in a CIG or BIG.
Return values
-EINVALif stream object is NULL
Anyreturn value from bt_bap_stream_send()