Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

Broadcast Audio Sink callback structure. More...

#include <bap.h>

Data Fields

void(* base_recv )(struct bt_bap_broadcast_sink *sink, const struct bt_bap_base *base)
 Broadcast Audio Source Endpoint (BASE) received.
 
void(* syncable )(struct bt_bap_broadcast_sink *sink, bool encrypted)
 Broadcast sink is syncable.
 

Detailed Description

Broadcast Audio Sink callback structure.

Field Documentation

◆ base_recv

void(* bt_bap_broadcast_sink_cb::base_recv) (struct bt_bap_broadcast_sink *sink, const struct bt_bap_base *base)

Broadcast Audio Source Endpoint (BASE) received.

Callback for when we receive a BASE from a broadcaster after syncing to the broadcaster's periodic advertising.

Parameters
sinkPointer to the sink structure.
baseBroadcast Audio Source Endpoint (BASE).

◆ syncable

void(* bt_bap_broadcast_sink_cb::syncable) (struct bt_bap_broadcast_sink *sink, bool encrypted)

Broadcast sink is syncable.

Called whenever a broadcast sink is not synchronized to audio, but the audio is synchronizable. This is inferred when a BIGInfo report is received.

Once this callback has been called, it is possible to call bt_bap_broadcast_sink_sync() to synchronize to the audio stream(s).

Parameters
sinkPointer to the sink structure.
encryptedWhether or not the broadcast is encrypted

The documentation for this struct was generated from the following file: