Home
last modified time | relevance | path

Searched refs:base_pull_ltv (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_base.c74 static uint8_t base_pull_ltv(struct net_buf_simple *net_buf, uint8_t **data) in base_pull_ltv() function
253 len = base_pull_ltv(&net_buf, NULL); in bt_bap_base_get_size()
257 len = base_pull_ltv(&net_buf, NULL); in bt_bap_base_get_size()
267 len = base_pull_ltv(&net_buf, NULL); in bt_bap_base_get_size()
351 base_pull_ltv(&net_buf, NULL); in bt_bap_base_foreach_subgroup()
354 base_pull_ltv(&net_buf, NULL); in bt_bap_base_foreach_subgroup()
360 base_pull_ltv(&net_buf, NULL); in bt_bap_base_foreach_subgroup()
413 return base_pull_ltv(&net_buf, data); in bt_bap_base_get_subgroup_codec_data()
437 base_pull_ltv(&net_buf, NULL); in bt_bap_base_get_subgroup_codec_meta()
440 return base_pull_ltv(&net_buf, meta); in bt_bap_base_get_subgroup_codec_meta()
[all …]