Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_cap_handover_cb Struct Reference

Callback structure for CAP procedures. More...

#include <cap.h>

Data Fields

void(* unicast_to_broadcast_complete )(int err, struct bt_conn *conn, struct bt_cap_unicast_group *unicast_group, struct bt_cap_broadcast_source *broadcast_source)
 The unicast to broadcast handover procedure has finished.
 

Detailed Description

Callback structure for CAP procedures.

Field Documentation

◆ unicast_to_broadcast_complete

void(* bt_cap_handover_cb::unicast_to_broadcast_complete) (int err, struct bt_conn *conn, struct bt_cap_unicast_group *unicast_group, struct bt_cap_broadcast_source *broadcast_source)

The unicast to broadcast handover procedure has finished.

Parameters
err0 if success else a negative errno value.
connPointer to the connection where the error occurred or NULL if local failure.
unicast_groupNULL if the unicast group was deleted during the procedure, else pointer to the unicast group provided in the parameters.
broadcast_sourcePointer to newly created broadcast source, or NULL in case of an error happening before it was created.

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