Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dliba2dp.c399 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()
485 case BT_A2DP_BLOCK_LENGTH_12: in bluetooth_a2dp_setup()
605 case BT_A2DP_BLOCK_LENGTH_12: in bluetooth_a2dp_hw_params()
Dipc.h156 #define BT_A2DP_BLOCK_LENGTH_12 (1 << 1) macro
Dpcm_bluetooth.c578 else if (cap->block_length & BT_A2DP_BLOCK_LENGTH_12) in bluetooth_a2dp_init()
579 cap->block_length = BT_A2DP_BLOCK_LENGTH_12; in bluetooth_a2dp_init()
676 case BT_A2DP_BLOCK_LENGTH_12: in bluetooth_a2dp_setup()
Dgstavdtpsink.c393 cfg->block_length = BT_A2DP_BLOCK_LENGTH_12; in gst_avdtp_sink_init_sbc_pkt_conf()
560 if (sbc->block_length & BT_A2DP_BLOCK_LENGTH_12) { in gst_avdtp_sink_parse_sbc_caps()
850 if (sbc->block_length & BT_A2DP_BLOCK_LENGTH_12) { in gst_avdtp_sink_parse_sbc_raw()
/external/bluetooth/bluez/test/
Dipctest.c446 else if (cap->block_length & BT_A2DP_BLOCK_LENGTH_12) in setup_a2dp()
447 cap->block_length = BT_A2DP_BLOCK_LENGTH_12; in setup_a2dp()
556 case BT_A2DP_BLOCK_LENGTH_12: in setup_sbc()