| 68c6c265 |
TODO: ATT/LE parsing is already done |
Johan Hedberg |
11 years ago |
1 file, +0, -6 |
| 2d0a4edd |
TODO: The legacy gatt.c is not being actively worked on anymore |
Johan Hedberg |
11 years ago |
1 file, +0, -11 |
| ccda938c |
TODO: ATT server API has already been defined |
Johan Hedberg |
11 years ago |
1 file, +0, -9 |
| 595e4bd3 |
TODO: Remove DeviceFound item (there is no such signal anymore) |
Johan Hedberg |
11 years ago |
1 file, +0, -6 |
| ab63fc7a |
android/handsfree: Fix Connect SCO command
This command should not trigger SCO connection since there is already a
command Connect Audio dedicated to do that. |
Luiz Augusto von Dentz |
11 years ago |
1 file, +24, -29 |
| a3d40cca |
TODO: Remove pointless dynamic ATT PSM tasks |
Johan Hedberg |
11 years ago |
1 file, +0, -10 |
| e8a9bf96 |
TODO: Remove glib-helper item as the file doesn't exist anymore |
Johan Hedberg |
11 years ago |
1 file, +0, -6 |
| 53a4f2a8 |
tools: Print codec name for MPEG24 capability type |
Marcel Holtmann |
11 years ago |
1 file, +7, -0 |
| 8b1b5b1b |
android: Make PTS version information machine readable |
Marcel Holtmann |
11 years ago |
1 file, +1, -1 |
| 905d6e89 |
android/bluetooth: Make sure proper controller mode is set on start
BR/EDR and LE features can be toggled before daemon is started and
we should not assume their state. |
Szymon Janc |
11 years ago |
1 file, +24, -7 |
| 9ae1bc2e |
android/pts: Add PTS testing files for MPS
Adding all required files for MPS: PICS, PIXIT as well as pts
tests listing. |
Sebastian Chlad |
11 years ago |
4 files, +442, -1 |
| 08da5dfd |
android/hal-sco: Add write support
For synchronization interleave read and write. |
Andrei Emeltchenko |
11 years ago |
1 file, +74, -0 |
| cb5460ab |
android/hal-sco: Use resampler interface to resample
Resample Android audio from 44100 to 8000. |
Andrei Emeltchenko |
11 years ago |
1 file, +105, -7 |
| 397f4ba1 |
android/hal-sco: Add downmix support to SCO HAL |
Andrei Emeltchenko |
11 years ago |
1 file, +44, -5 |
| effd53a0 |
audio/haltest: Make audio_stream static |
Andrei Emeltchenko |
11 years ago |
1 file, +1, -1 |
| f5ae98bd |
android: Add resampler support
The patch adds support for resampling audio in host and Android. There
are Android wrappers for SPEEXDSP library added to host. |
Andrei Emeltchenko |
11 years ago |
5 files, +392, -0 |
| bda174dd |
android/haltest: Add testing for SCO HAL
Adds testing support for SCO HAL. |
Andrei Emeltchenko |
11 years ago |
5 files, +527, -0 |
| cdfa7804 |
android/hal-sco: Implement IPC on SCO HAL |
Andrei Emeltchenko |
11 years ago |
2 files, +319, -1 |
| 25cc813c |
android/handsfree: Add SCO Audio IPC
If SCO Audio IPC gets connected it provides only one command:
connect_sco(). |
Andrei Emeltchenko |
11 years ago |
1 file, +74, -0 |
| fed8f328 |
android: Add SCO IPC API
SCO API will be used when communicating with SCO HAL. |
Andrei Emeltchenko |
11 years ago |
3 files, +74, -0 |
| 99020ec3 |
android/hal-sco: Add open_output_stream
Function adds open_output_stream and sets dummy callbacks. |
Andrei Emeltchenko |
11 years ago |
1 file, +176, -2 |
| 9289ee07 |
android/pts: Add test listing for MCAP |
Sebastian Chlad |
11 years ago |
2 files, +79, -1 |
| 25c8c72c |
android/pts: Add PTS test listing for HDP |
Sebastian Chlad |
11 years ago |
2 files, +74, -1 |
| 9435e0f2 |
android/pics: Fix DOS newlines in SDP PICS file |
Szymon Janc |
11 years ago |
1 file, +137, -137 |
| 009ca8b9 |
doc: Update test coverage numbers |
Luiz Augusto von Dentz |
11 years ago |
1 file, +2, -2 |
| d6904c29 |
android: Add BITE results for SPP |
Marcel Holtmann |
11 years ago |
2 files, +20, -0 |
| f4c8243f |
android: Add BITE results for RFCOMM |
Marcel Holtmann |
11 years ago |
2 files, +36, -0 |
| a7b48f9a |
android: Add PICS for SDP |
Marcel Holtmann |
11 years ago |
2 files, +138, -0 |
| 95aa5247 |
android: Add PICS for SPP |
Marcel Holtmann |
11 years ago |
2 files, +65, -0 |
| d61b915a |
android: Add PICS for RFCOMM |
Marcel Holtmann |
11 years ago |
2 files, +55, -0 |
| 08b96e69 |
build: Add support for building hex2hcd utility |
Marcel Holtmann |
11 years ago |
2 files, +4, -1 |
| 61e3c881 |
tools: Fix compiler warning from hex2hcd source code |
Marcel Holtmann |
11 years ago |
1 file, +7, -3 |
| 62ff55aa |
tools: Use standard license header for hex2hcd source code |
Marcel Holtmann |
11 years ago |
1 file, +16, -12 |
| 64626469 |
tools: Add hex2hcd utility source code |
Wen-chien Jesse Sung |
11 years ago |
1 file, +135, -0 |
| abfd5dc6 |
android/pts: Add PICS and PIXITs for SM |
Sebastian Chlad |
11 years ago |
3 files, +163, -0 |
| d25cbd3c |
hog: Fix report_value_cb() buffer overflow
Fix buffer overflow that would happen in the case:
hogdev->has_report_id == TRUE && report_size == UHID_DATA_MAX |
Petri Gynther |
11 years ago |
1 file, +14, -9 |
| 976cecb6 |
hog: Improve report_value_cb() uHID error handling
Use similar uHID error handling and debug messages as uhid_send_input_report()
in profiles/input/device.c. |
Petri Gynther |
11 years ago |
1 file, +16, -5 |
| c54e30f3 |
hog: Fix report_value_cb() signature
Fix report_value_cb() signature to match GAttribNotifyFunc. |
Petri Gynther |
11 years ago |
1 file, +1, -2 |
| 5d6f3791 |
android/hal-sco: Fix missing include
In file included from external/bluetooth/bluez/android/hal-sco.c:23:0:
hardware/libhardware/include/hardware/audio.h: At top level:
hardware/libhardware/include/hardware/audio.h:377:57: warning:
'struct timespec' declared inside parameter list [enabled by default]
hardware/libhardware/include/hardware/audio.h:377:57: warning: its
scope is only this definition or declaration, which is probably not |
Szymon Janc |
11 years ago |
1 file, +1, -0 |
| 11addb86 |
android/pts: Run GATT PTS tests |
Sebastian Chlad |
11 years ago |
2 files, +120, -0 |
| 4146a5bd |
android/pts: PTS tests results for IOPT
PICS, PIXITs as well as PTS tests results for IOPT. |
Sebastian Chlad |
11 years ago |
4 files, +273, -1 |
| 6b78006f |
android: Fix SCO module name
This fixes SCO modules name in Android build system so it is consistent
with autotools. |
Luiz Augusto von Dentz |
11 years ago |
1 file, +1, -1 |
| 3ca4f940 |
android/hal-sco: Add audio HAL for SCO handling
This adds audio HAL for handling SCO. Following needs to be added to
audio_policy.conf:
sco {
outputs {
sco {
...
devices AUDIO_DEVICE_OUT_ALL_SCO
...
}
} |
Andrei Emeltchenko |
11 years ago |
3 files, +247, -0 |
| e44a5bf7 |
android/handsfree: Fix always setting BT_VOICE
If codec negotication is not supported just skip setting BT_VOICE. |
Luiz Augusto von Dentz |
11 years ago |
1 file, +3, -2 |
| e97baaca |
audio/player: Fix accepting invalid folders in ChangeFolder
When navigating on VFS ChangeFolder should only accept folders that are
one level away for the current one as it does use ChangePath which can
only navigate one level up/down in the virtual filesystem. |
Luiz Augusto von Dentz |
11 years ago |
1 file, +8, -0 |
| 42a5cd62 |
android/gatt: Add support for UUID filter in search services
This adds support for filtering by UUID in searched services. If device
is scanned for service by UUID it will be added to cache and partial
service search flag will be set. If partial scan was performed earlier
service cache will be refreshed when searching for all services. |
Grzegorz Kolodziejczyk |
11 years ago |
1 file, +224, -87 |
| 2cec22af |
android/gatt: Extend android2uuid with type support
Now conversion function android2uuid can recognize type of UUID and set
it's value by copying significant bytes. |
Grzegorz Kolodziejczyk |
11 years ago |
1 file, +33, -5 |
| aee00a52 |
android/bluetooth: Always create device object in create bond
If device is not known (ie. OOB pairing) create new device object
so it can be later used in pairing events. |
Szymon Janc |
11 years ago |
1 file, +8, -14 |
| 36a0e1fb |
android/bluetooth: Pass device to send_ssp_request
This allows to fill event with all required data. |
Szymon Janc |
11 years ago |
1 file, +9, -13 |
| 8bd50962 |
android/bluetooth: Pass device to set_device_bond_state
This is in preparation for always having device object present when
handling events. |
Szymon Janc |
11 years ago |
1 file, +68, -36 |