Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dliba2dp.c401 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()
482 case BT_A2DP_BLOCK_LENGTH_8: in bluetooth_a2dp_setup()
602 case BT_A2DP_BLOCK_LENGTH_8: in bluetooth_a2dp_hw_params()
Dipc.h155 #define BT_A2DP_BLOCK_LENGTH_8 (1 << 2) macro
Dpcm_bluetooth.c580 else if (cap->block_length & BT_A2DP_BLOCK_LENGTH_8) in bluetooth_a2dp_init()
581 cap->block_length = BT_A2DP_BLOCK_LENGTH_8; in bluetooth_a2dp_init()
673 case BT_A2DP_BLOCK_LENGTH_8: in bluetooth_a2dp_setup()
Dgstavdtpsink.c395 cfg->block_length = BT_A2DP_BLOCK_LENGTH_8; in gst_avdtp_sink_init_sbc_pkt_conf()
564 if (sbc->block_length & BT_A2DP_BLOCK_LENGTH_8) { in gst_avdtp_sink_parse_sbc_caps()
854 if (sbc->block_length & BT_A2DP_BLOCK_LENGTH_8) { in gst_avdtp_sink_parse_sbc_raw()
/external/bluetooth/bluez/test/
Dipctest.c448 else if (cap->block_length & BT_A2DP_BLOCK_LENGTH_8) in setup_a2dp()
449 cap->block_length = BT_A2DP_BLOCK_LENGTH_8; in setup_a2dp()
553 case BT_A2DP_BLOCK_LENGTH_8: in setup_sbc()