Lines Matching refs:block_length
397 if (cap->block_length & BT_A2DP_BLOCK_LENGTH_16) in bluetooth_a2dp_init()
398 cap->block_length = BT_A2DP_BLOCK_LENGTH_16; in bluetooth_a2dp_init()
399 else if (cap->block_length & BT_A2DP_BLOCK_LENGTH_12) in bluetooth_a2dp_init()
400 cap->block_length = BT_A2DP_BLOCK_LENGTH_12; in bluetooth_a2dp_init()
401 else if (cap->block_length & BT_A2DP_BLOCK_LENGTH_8) in bluetooth_a2dp_init()
402 cap->block_length = BT_A2DP_BLOCK_LENGTH_8; in bluetooth_a2dp_init()
403 else if (cap->block_length & BT_A2DP_BLOCK_LENGTH_4) in bluetooth_a2dp_init()
404 cap->block_length = BT_A2DP_BLOCK_LENGTH_4; in bluetooth_a2dp_init()
478 switch (active_capabilities.block_length) { in bluetooth_a2dp_setup()
598 switch (data->sbc_capabilities.block_length) { in bluetooth_a2dp_hw_params()
613 data->sbc_capabilities.block_length); in bluetooth_a2dp_hw_params()