Home | History | Annotate | Download | only in audio

Lines Matching refs:allocation_method

118 	uint8_t allocation_method;	/* A2DP only */
599 cap->allocation_method = cfg->allocation_method;
600 if (cap->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS)
601 cap->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS;
602 else if (cap->allocation_method & BT_A2DP_ALLOCATION_SNR)
603 cap->allocation_method = BT_A2DP_ALLOCATION_SNR;
654 a2dp->sbc.allocation = active_capabilities.allocation_method
1480 bt_config->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS;
1483 bt_config->allocation_method = BT_A2DP_ALLOCATION_SNR;