Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Da2dp_codec_sbc.c25 } else if (sbc_codec->config[0] & A2DP_SBC_CH_MODE_DUAL) { in bt_a2dp_sbc_get_channel_num()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/classic/
Da2dp_codec_sbc.h36 #define A2DP_SBC_CH_MODE_DUAL BIT(2) macro
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Da2dp.c239 if (0U != (codec_ie[0U] & A2DP_SBC_CH_MODE_DUAL)) { in shell_a2dp_print_capabilities()