Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3
bt_cap_unicast_audio_stop_param Struct Reference

Parameters for the bt_cap_initiator_unicast_audio_stop() function. More...

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

Data Fields

enum bt_cap_set_type type
 The type of the set.
size_t count
 The number of streams in streams.
struct bt_cap_stream ** streams
 Array of streams to stop.
bool release
 Whether to release the streams after they have stopped.

Detailed Description

Parameters for the bt_cap_initiator_unicast_audio_stop() function.

Field Documentation

◆ count

size_t bt_cap_unicast_audio_stop_param::count

The number of streams in streams.

◆ release

bool bt_cap_unicast_audio_stop_param::release

Whether to release the streams after they have stopped.

◆ streams

struct bt_cap_stream** bt_cap_unicast_audio_stop_param::streams

Array of streams to stop.

◆ type

enum bt_cap_set_type bt_cap_unicast_audio_stop_param::type

The type of the set.


The documentation for this struct was generated from the following file:
  • zephyr/bluetooth/audio/cap.h