Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_base.c41 #define BASE_SUBGROUP_MAX_SIZE (BT_BASE_MAX_SIZE - BASE_PD_SIZE - BASE_SUBGROUP_COUNT_SIZE)
48 ((BT_BASE_MAX_SIZE - BASE_PD_SIZE - BASE_SUBGROUP_COUNT_SIZE) / BASE_SUBGROUP_MIN_SIZE)
235 net_buf_simple_init_with_data(&net_buf, (void *)base, BT_BASE_MAX_SIZE); in bt_bap_base_get_size()
303 net_buf_simple_init_with_data(&net_buf, (void *)base, BT_BASE_MAX_SIZE); in bt_bap_base_get_subgroup_count()
331 net_buf_simple_init_with_data(&net_buf, (void *)base, BT_BASE_MAX_SIZE); in bt_bap_base_foreach_subgroup()
Dbap_endpoint.h185 uint8_t base[BT_BASE_MAX_SIZE];
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dbap.h50 #define BT_BASE_MAX_SIZE (UINT8_MAX - 1 /* type */ - BT_UUID_SIZE_16) macro