Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_base.c33 #define BASE_MAX_SIZE (UINT8_MAX - 1 /* type */ - BT_UUID_SIZE_16) macro
42 #define BASE_SUBGROUP_MAX_SIZE (BASE_MAX_SIZE - BASE_PD_SIZE - BASE_SUBGROUP_COUNT_SIZE)
49 ((BASE_MAX_SIZE - BASE_PD_SIZE - BASE_SUBGROUP_COUNT_SIZE) / BASE_SUBGROUP_MIN_SIZE)
236 net_buf_simple_init_with_data(&net_buf, (void *)base, BASE_MAX_SIZE); in bt_bap_base_get_size()
304 net_buf_simple_init_with_data(&net_buf, (void *)base, BASE_MAX_SIZE); in bt_bap_base_get_subgroup_count()
332 net_buf_simple_init_with_data(&net_buf, (void *)base, BASE_MAX_SIZE); in bt_bap_base_foreach_subgroup()