Lines Matching refs:base
504 static int update_recv_state_base_copy_meta(const struct bt_bap_base *base, in update_recv_state_base_copy_meta() argument
509 err = bt_bap_base_foreach_subgroup(base, base_subgroup_meta_cb, param); in update_recv_state_base_copy_meta()
519 const struct bt_bap_base *base) in update_recv_state_base() argument
532 err = update_recv_state_base_copy_meta(base, &mod_src_param); in update_recv_state_base()
710 static int store_base_info(struct bt_bap_broadcast_sink *sink, const struct bt_bap_base *base) in store_base_info() argument
717 ret = bt_bap_base_get_pres_delay(base); in store_base_info()
727 ret = bt_bap_base_foreach_subgroup(base, base_subgroup_cb, &data); in store_base_info()
760 static int base_get_bis_count(const struct bt_bap_base *base) in base_get_bis_count() argument
765 err = bt_bap_base_foreach_subgroup(base, base_subgroup_bis_count_cb, &bis_cnt); in base_get_bis_count()
777 const struct bt_bap_base *base = bt_bap_base_get_base_from_ad(data); in pa_decode_base() local
783 if (base == NULL) { in pa_decode_base()
788 ret = base_get_bis_count(base); in pa_decode_base()
804 bt_bap_base_get_subgroup_count(base)); in pa_decode_base()
806 ret = store_base_info(sink, base); in pa_decode_base()
821 update_recv_state_base(sink, base); in pa_decode_base()
825 base_size = bt_bap_base_get_size(base); in pa_decode_base()
834 listener->base_recv(sink, base, (size_t)base_size); in pa_decode_base()