Lines Matching refs:subbands
120 uint8_t subbands; /* A2DP only */ member
590 cap->subbands = cfg->subbands; in bluetooth_a2dp_init()
591 if (cap->subbands & BT_A2DP_SUBBANDS_8) in bluetooth_a2dp_init()
592 cap->subbands = BT_A2DP_SUBBANDS_8; in bluetooth_a2dp_init()
593 else if (cap->subbands & BT_A2DP_SUBBANDS_4) in bluetooth_a2dp_init()
594 cap->subbands = BT_A2DP_SUBBANDS_4; in bluetooth_a2dp_init()
660 switch (active_capabilities.subbands) { in bluetooth_a2dp_setup()
662 a2dp->sbc.subbands = SBC_SB_4; in bluetooth_a2dp_setup()
665 a2dp->sbc.subbands = SBC_SB_8; in bluetooth_a2dp_setup()
757 a2dp->sbc.allocation, a2dp->sbc.subbands, a2dp->sbc.blocks, in bluetooth_a2dp_hw_params()
1501 bt_config->subbands = atoi(value); in bluetooth_parse_config()