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.c398 else if (cap->block_length & BT_A2DP_BLOCK_LENGTH_8) in bluetooth_a2dp_init()
399 cap->block_length = BT_A2DP_BLOCK_LENGTH_8; in bluetooth_a2dp_init()
479 case BT_A2DP_BLOCK_LENGTH_8: in bluetooth_a2dp_setup()
599 case BT_A2DP_BLOCK_LENGTH_8: in bluetooth_a2dp_hw_params()
Dipc.h155 #define BT_A2DP_BLOCK_LENGTH_8 (1 << 2) macro
Dpcm_bluetooth.c578 else if (cap->block_length & BT_A2DP_BLOCK_LENGTH_8) in bluetooth_a2dp_init()
579 cap->block_length = BT_A2DP_BLOCK_LENGTH_8; in bluetooth_a2dp_init()
671 case BT_A2DP_BLOCK_LENGTH_8: in bluetooth_a2dp_setup()
Dgstavdtpsink.c346 cfg->block_length = BT_A2DP_BLOCK_LENGTH_8; in gst_avdtp_sink_init_sbc_pkt_conf()
508 if (sbc->block_length & BT_A2DP_BLOCK_LENGTH_8) { in gst_avdtp_sink_parse_sbc_caps()
/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()