OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BT_A2DP_BLOCK_LENGTH_12
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluez/audio/
ipc.h
156
#define
BT_A2DP_BLOCK_LENGTH_12
(1 << 1)
liba2dp.c
399
else if (cap->block_length &
BT_A2DP_BLOCK_LENGTH_12
)
400
cap->block_length =
BT_A2DP_BLOCK_LENGTH_12
;
485
case
BT_A2DP_BLOCK_LENGTH_12
:
605
case
BT_A2DP_BLOCK_LENGTH_12
:
gstavdtpsink.c
393
cfg->block_length =
BT_A2DP_BLOCK_LENGTH_12
;
560
if (sbc->block_length &
BT_A2DP_BLOCK_LENGTH_12
) {
850
if (sbc->block_length &
BT_A2DP_BLOCK_LENGTH_12
) {
[
all
...]
pcm_bluetooth.c
578
else if (cap->block_length &
BT_A2DP_BLOCK_LENGTH_12
)
579
cap->block_length =
BT_A2DP_BLOCK_LENGTH_12
;
676
case
BT_A2DP_BLOCK_LENGTH_12
:
[
all
...]
/external/bluetooth/bluez/test/
ipctest.c
446
else if (cap->block_length &
BT_A2DP_BLOCK_LENGTH_12
)
447
cap->block_length =
BT_A2DP_BLOCK_LENGTH_12
;
556
case
BT_A2DP_BLOCK_LENGTH_12
:
Completed in 18 milliseconds