Home
last modified time | relevance | path

Searched refs:BT_A2DP_BLOCK_LENGTH_4 (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluez/audio/
Dliba2dp.c403 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()
479 case BT_A2DP_BLOCK_LENGTH_4: in bluetooth_a2dp_setup()
599 case BT_A2DP_BLOCK_LENGTH_4: in bluetooth_a2dp_hw_params()
Dipc.h154 #define BT_A2DP_BLOCK_LENGTH_4 (1 << 3) macro
Dpcm_bluetooth.c582 else if (cap->block_length & BT_A2DP_BLOCK_LENGTH_4) in bluetooth_a2dp_init()
583 cap->block_length = BT_A2DP_BLOCK_LENGTH_4; in bluetooth_a2dp_init()
670 case BT_A2DP_BLOCK_LENGTH_4: in bluetooth_a2dp_setup()
Dgstavdtpsink.c397 cfg->block_length = BT_A2DP_BLOCK_LENGTH_4; in gst_avdtp_sink_init_sbc_pkt_conf()
568 if (sbc->block_length & BT_A2DP_BLOCK_LENGTH_4) { in gst_avdtp_sink_parse_sbc_caps()
858 if (sbc->block_length & BT_A2DP_BLOCK_LENGTH_4) { in gst_avdtp_sink_parse_sbc_raw()
/external/bluetooth/bluez/test/
Dipctest.c450 else if (cap->block_length & BT_A2DP_BLOCK_LENGTH_4) in setup_a2dp()
451 cap->block_length = BT_A2DP_BLOCK_LENGTH_4; in setup_a2dp()
550 case BT_A2DP_BLOCK_LENGTH_4: in setup_sbc()