Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h27 #define BT_A2DP_SBC_IE_LENGTH (4U) macro
85 .len = BT_A2DP_SBC_IE_LENGTH, \
114 .len = BT_A2DP_SBC_IE_LENGTH, \
130 .len = BT_A2DP_SBC_IE_LENGTH, \
150 .len = BT_A2DP_SBC_IE_LENGTH, \
180 .len = BT_A2DP_SBC_IE_LENGTH, \
196 .len = BT_A2DP_SBC_IE_LENGTH, \
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c216 if (BT_A2DP_SBC_IE_LENGTH != codec_ie_len) { in shell_a2dp_print_capabilities()