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.c75 static uint8_t base_pull_ltv(struct net_buf_simple *net_buf, uint8_t **data) in base_pull_ltv() function
254 len = base_pull_ltv(&net_buf, NULL); in bt_bap_base_get_size()
258 len = base_pull_ltv(&net_buf, NULL); in bt_bap_base_get_size()
268 len = base_pull_ltv(&net_buf, NULL); in bt_bap_base_get_size()
352 base_pull_ltv(&net_buf, NULL); in bt_bap_base_foreach_subgroup()
355 base_pull_ltv(&net_buf, NULL); in bt_bap_base_foreach_subgroup()
361 base_pull_ltv(&net_buf, NULL); in bt_bap_base_foreach_subgroup()
414 return base_pull_ltv(&net_buf, data); in bt_bap_base_get_subgroup_codec_data()
438 base_pull_ltv(&net_buf, NULL); in bt_bap_base_get_subgroup_codec_meta()
441 return base_pull_ltv(&net_buf, meta); in bt_bap_base_get_subgroup_codec_meta()
[all …]