Zephyr Project API
3.3.0
A Scalable Open Source RTOS
|
#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) |
void(* bt_bap_scan_delegator_cb::biginfo) (struct bt_bap_scan_delegator_recv_state *recv_state, const struct bt_iso_biginfo *biginfo) |
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) |
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) |
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) |