Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp_codec_sbc.h56 #define BT_A2DP_SBC_BLK_LEN(cap) ((cap->config[1] >> 4) & 0x0f) macro
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c192 ((BT_A2DP_SBC_BLK_LEN(sbc_set) & BT_A2DP_SBC_BLK_LEN(sbc)) == 0) || in a2dp_process_config_ind()