Lines Matching refs:base
108 const struct bt_bap_base *base; in bt_bap_base_get_base_from_ad() local
147 base = (const struct bt_bap_base *)net_buf.data; in bt_bap_base_get_base_from_ad()
221 return base; in bt_bap_base_get_base_from_ad()
224 int bt_bap_base_get_size(const struct bt_bap_base *base) in bt_bap_base_get_size() argument
230 CHECKIF(base == NULL) { in bt_bap_base_get_size()
236 net_buf_simple_init_with_data(&net_buf, (void *)base, BASE_MAX_SIZE); in bt_bap_base_get_size()
276 int bt_bap_base_get_pres_delay(const struct bt_bap_base *base) in bt_bap_base_get_pres_delay() argument
281 CHECKIF(base == NULL) { in bt_bap_base_get_pres_delay()
287 net_buf_simple_init_with_data(&net_buf, (void *)base, sizeof(pd)); in bt_bap_base_get_pres_delay()
293 int bt_bap_base_get_subgroup_count(const struct bt_bap_base *base) in bt_bap_base_get_subgroup_count() argument
298 CHECKIF(base == NULL) { in bt_bap_base_get_subgroup_count()
304 net_buf_simple_init_with_data(&net_buf, (void *)base, BASE_MAX_SIZE); in bt_bap_base_get_subgroup_count()
311 int bt_bap_base_foreach_subgroup(const struct bt_bap_base *base, in bt_bap_base_foreach_subgroup() argument
320 CHECKIF(base == NULL) { in bt_bap_base_foreach_subgroup()
332 net_buf_simple_init_with_data(&net_buf, (void *)base, BASE_MAX_SIZE); in bt_bap_base_foreach_subgroup()
633 int bt_bap_base_get_bis_indexes(const struct bt_bap_base *base, uint32_t *bis_indexes) in bt_bap_base_get_bis_indexes() argument
635 CHECKIF(base == NULL) { in bt_bap_base_get_bis_indexes()
649 return bt_bap_base_foreach_subgroup(base, base_subgroup_cb, bis_indexes); in bt_bap_base_get_bis_indexes()