Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp_codec_sbc.h57 #define BT_A2DP_SBC_SUB_BAND(cap) ((cap->config[1] >> 2) & 0x03) macro
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c193 ((BT_A2DP_SBC_SUB_BAND(sbc_set) & BT_A2DP_SBC_SUB_BAND(sbc)) == 0) || in a2dp_process_config_ind()