| 
| 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.  More...
  | 
|   | 
| int  | bt_cap_initiator_unicast_discover (struct bt_conn *conn) | 
|   | Discovers audio support on a remote device.  More...
  | 
|   | 
| 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.  More...
  | 
|   | 
| int  | bt_cap_initiator_register_cb (const struct bt_cap_initiator_cb *cb) | 
|   | Register Common Audio Profile callbacks.  More...
  | 
|   | 
| int  | bt_cap_initiator_unicast_audio_start (const struct bt_cap_unicast_audio_start_param *param, struct bt_bap_unicast_group *unicast_group) | 
|   | Setup and start unicast audio streams for a set of devices.  More...
  | 
|   | 
| int  | bt_cap_initiator_unicast_audio_update (const struct bt_cap_unicast_audio_update_param params[], size_t count) | 
|   | Update unicast audio streams.  More...
  | 
|   | 
| int  | bt_cap_initiator_unicast_audio_stop (struct bt_bap_unicast_group *unicast_group) | 
|   | Stop unicast audio streams for a unicast group.  More...
  | 
|   | 
| int  | bt_cap_initiator_unicast_audio_cancel (void) | 
|   | Cancel any current Common Audio Profile procedure.  More...
  | 
|   | 
| 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.  More...
  | 
|   | 
| 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.  More...
  | 
|   | 
| int  | bt_cap_initiator_broadcast_audio_update (struct bt_cap_broadcast_source *broadcast_source, const struct bt_codec_data meta[], size_t meta_count) | 
|   | Update broadcast audio streams for a Common Audio Profile broadcast source.  More...
  | 
|   | 
| 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.  More...
  | 
|   | 
| int  | bt_cap_initiator_broadcast_audio_delete (struct bt_cap_broadcast_source *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.  More...
  | 
|   | 
| 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.  More...
  | 
|   | 
| 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.  More...
  | 
|   | 
| 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.  More...
  | 
|   |