Zephyr Project API  3.3.0
A Scalable Open Source RTOS
bt_bap_scan_delegator_cb Struct Reference

#include <bap.h>

Data Fields

void(* pa_synced )(struct bt_bap_scan_delegator_recv_state *recv_state, const struct bt_le_per_adv_sync_synced_info *info)
 
void(* pa_term )(struct bt_bap_scan_delegator_recv_state *recv_state, const struct bt_le_per_adv_sync_term_info *info)
 
void(* pa_recv )(struct bt_bap_scan_delegator_recv_state *recv_state, const struct bt_le_per_adv_sync_recv_info *info, struct net_buf_simple *buf)
 
void(* biginfo )(struct bt_bap_scan_delegator_recv_state *recv_state, const struct bt_iso_biginfo *biginfo)
 

Field Documentation

◆ biginfo

void(* bt_bap_scan_delegator_cb::biginfo) (struct bt_bap_scan_delegator_recv_state *recv_state, const struct bt_iso_biginfo *biginfo)

◆ pa_recv

void(* bt_bap_scan_delegator_cb::pa_recv) (struct bt_bap_scan_delegator_recv_state *recv_state, const struct bt_le_per_adv_sync_recv_info *info, struct net_buf_simple *buf)

◆ pa_synced

void(* bt_bap_scan_delegator_cb::pa_synced) (struct bt_bap_scan_delegator_recv_state *recv_state, const struct bt_le_per_adv_sync_synced_info *info)

◆ pa_term

void(* bt_bap_scan_delegator_cb::pa_term) (struct bt_bap_scan_delegator_recv_state *recv_state, const struct bt_le_per_adv_sync_term_info *info)

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