OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BT_A2DP_BLOCK_LENGTH_4
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluez/audio/
ipc.h
154
#define
BT_A2DP_BLOCK_LENGTH_4
(1 << 3)
liba2dp.c
403
else if (cap->block_length &
BT_A2DP_BLOCK_LENGTH_4
)
404
cap->block_length =
BT_A2DP_BLOCK_LENGTH_4
;
479
case
BT_A2DP_BLOCK_LENGTH_4
:
599
case
BT_A2DP_BLOCK_LENGTH_4
:
gstavdtpsink.c
397
cfg->block_length =
BT_A2DP_BLOCK_LENGTH_4
;
568
if (sbc->block_length &
BT_A2DP_BLOCK_LENGTH_4
) {
858
if (sbc->block_length &
BT_A2DP_BLOCK_LENGTH_4
) {
[
all
...]
pcm_bluetooth.c
582
else if (cap->block_length &
BT_A2DP_BLOCK_LENGTH_4
)
583
cap->block_length =
BT_A2DP_BLOCK_LENGTH_4
;
670
case
BT_A2DP_BLOCK_LENGTH_4
:
[
all
...]
/external/bluetooth/bluez/test/
ipctest.c
450
else if (cap->block_length &
BT_A2DP_BLOCK_LENGTH_4
)
451
cap->block_length =
BT_A2DP_BLOCK_LENGTH_4
;
550
case
BT_A2DP_BLOCK_LENGTH_4
:
Completed in 19 milliseconds