OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BT_A2DP_BLOCK_LENGTH_16
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluez/audio/
ipc.h
156
#define
BT_A2DP_BLOCK_LENGTH_16
1
liba2dp.c
394
if (cap->block_length &
BT_A2DP_BLOCK_LENGTH_16
)
395
cap->block_length =
BT_A2DP_BLOCK_LENGTH_16
;
485
case
BT_A2DP_BLOCK_LENGTH_16
:
605
case
BT_A2DP_BLOCK_LENGTH_16
:
ipctest.c
444
if (cap->block_length &
BT_A2DP_BLOCK_LENGTH_16
)
445
cap->block_length =
BT_A2DP_BLOCK_LENGTH_16
;
559
case
BT_A2DP_BLOCK_LENGTH_16
:
pcm_bluetooth.c
574
else if (cap->block_length &
BT_A2DP_BLOCK_LENGTH_16
)
575
cap->block_length =
BT_A2DP_BLOCK_LENGTH_16
;
677
case
BT_A2DP_BLOCK_LENGTH_16
:
[
all
...]
gstavdtpsink.c
341
cfg->block_length =
BT_A2DP_BLOCK_LENGTH_16
;
499
if (sbc->block_length &
BT_A2DP_BLOCK_LENGTH_16
) {
[
all
...]
Completed in 23 milliseconds