Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_base.c34 #define BASE_CODEC_ID_SIZE (1 /* id */ + 2 /* cid */ + 2 /* vid */) macro
44 (BASE_NUM_BIS_SIZE + BASE_CODEC_ID_SIZE + BASE_CC_LEN_SIZE + BASE_META_LEN_SIZE + \
174 if (net_buf.len < BASE_CODEC_ID_SIZE) { in bt_bap_base_get_base_from_ad()
251 size += BASE_CODEC_ID_SIZE; in bt_bap_base_get_size()