| 713783eb |
android/handsfree: Add support for AT+CLCC command |
Szymon Janc |
11 years ago |
1 file, +70, -2 |
| 05749757 |
android/handsfree: Add support for AT+NREC command |
Szymon Janc |
11 years ago |
2 files, +30, -2 |
| 499fa30d |
android/handsfree: Add support for voice recognition function |
Szymon Janc |
11 years ago |
2 files, +48, -3 |
| c240e8f6 |
android/handsfree: Add support for unknown AT commands
Those commands are passed to Framework without parsing. |
Szymon Janc |
11 years ago |
1 file, +48, -10 |
| 627f904e |
android/handsfree: Add stubs for all AT commands defines by spec |
Szymon Janc |
11 years ago |
1 file, +221, -2 |
| 99729c4b |
android/handsfree: Add AG and HF features masks |
Szymon Janc |
11 years ago |
1 file, +29, -2 |
| 59ccaef0 |
android/handsfree: Pass strings as NULL terminated arrays in IPC
If type in HAL IPC is defined as string pass it as NULL terminated
array. This will allow to avoid extra copy when passing strings. |
Szymon Janc |
11 years ago |
2 files, +13, -12 |
| 42aeb1a8 |
android/hal-ipc-api: Fix not describing call numbers as strings |
Szymon Janc |
11 years ago |
1 file, +2, -2 |
| 9e93ed62 |
android/handsfree: Handle disconnect_audio call
This change adds handling of disconnect_audio call. |
Marcin Kraglak |
11 years ago |
1 file, +37, -1 |
| 2550fd48 |
android/handsfree: Handle connect_audio call
This change handle connect_audio and start connect procedure. |
Marcin Kraglak |
11 years ago |
1 file, +42, -1 |
| 67d15f21 |
android/handsfree: Add support for handling incoming SCO connections
This adds support for accepting SCO connections from remote devices. |
Marcin Kraglak |
11 years ago |
1 file, +147, -0 |
| 4258f083 |
android: Fix enabling debug logs when running under Valgrind |
Szymon Janc |
11 years ago |
1 file, +9, -7 |
| d19b133b |
android: Enable mgmt debug logs
This patch introduce possibility to enable mgmt interface logs.
In order to enable it is required to set property:
persist.sys.bluetooth.mgmtdbg to 1 or literaly "true".
More info in README |
Lukasz Rymanowski |
11 years ago |
5 files, +35, -8 |
| 67b4f477 |
android: Add possible to enable BlueZ debug logs
With this patch it is possible to enable BlueZ logs. In order
to enable it is required to set property:
persist.sys.bluetooth.debug to 1 or literaly "true".
More info in README |
Lukasz Rymanowski |
11 years ago |
3 files, +30, -6 |
| 7373c4f0 |
android: Change property name for valgrind |
Lukasz Rymanowski |
11 years ago |
1 file, +2, -2 |
| 209dcf6c |
doc: List commands and events added to each management version |
Marcel Holtmann |
11 years ago |
1 file, +11, -2 |
| 1040b482 |
doc: Fix indentation of management event parameters |
Marcel Holtmann |
11 years ago |
1 file, +136, -136 |
| 328d84e1 |
tools: Add some extra debug prints to GATT service example |
Marcel Holtmann |
11 years ago |
1 file, +10, -0 |
| 3827e7b5 |
doc: Add description for New Signature Resolving Key event |
Marcel Holtmann |
11 years ago |
1 file, +41, -0 |
| b2187a67 |
monitor: Add support for decoding New Signature Resolving Key controls |
Marcel Holtmann |
11 years ago |
1 file, +24, -0 |
| 3d795949 |
lib: Add management event structure for signature resolving key |
Marcel Holtmann |
11 years ago |
1 file, +13, -0 |
| 133c7fb1 |
core: Rename IRK key variable from irk to key |
Marcel Holtmann |
11 years ago |
3 files, +5, -5 |
| 20f9f796 |
android: Support LE discovery if adapter supports LE |
Lukasz Rymanowski |
11 years ago |
1 file, +6, -0 |
| c58755a3 |
android: Fix type of discovery on start/stop discovery
Discovering type was confused with adapter settings. With this patch it
is fixed |
Lukasz Rymanowski |
11 years ago |
1 file, +6, -8 |
| 13e92149 |
android/pts: Use descriptive date format
This will avoid confusion between DD.MM.YYYY and MM.DD.YYYY formats. |
Szymon Janc |
11 years ago |
11 files, +11, -11 |
| 1559f0e2 |
android/pts: Add AVRCP 1.5 PTS tests
Adding PTS test results for AVRCP 1.5. |
Sebastian Chlad |
11 years ago |
1 file, +21, -21 |
| c0e13157 |
android/pics: Correct PICS for AbsoluteVolume
As Specification for AVRCP 1.4+ requires, in case of Absolute
Volume, roles are reveresed and IUT plays CT while PTS plays TG
role (PTS acts as sink. See section 6.13.2 AVRCP 1.5 Spec) |
Sebastian Chlad |
11 years ago |
1 file, +7, -7 |
| 81970adc |
android/handsfree: Remove empty line |
Marcin Kraglak |
11 years ago |
1 file, +0, -1 |
| 5bd6eae2 |
android/handsfree: Fix possible g_io_channel_shutdown() on NULL channel
Return false if listen failed. |
Marcin Kraglak |
11 years ago |
1 file, +1, -1 |
| a524960c |
android/handsfree: Split AT+VGS and AT+VGM parsing function |
Szymon Janc |
11 years ago |
1 file, +41, -15 |
| 2f6781a1 |
android/avrcp: Bump version to 1.5 |
Luiz Augusto von Dentz |
11 years ago |
1 file, +1, -1 |
| 75a75614 |
android/avrcp: Add support to set volume command |
Luiz Augusto von Dentz |
11 years ago |
1 file, +26, -1 |
| 29f45ef1 |
android/avrcp-lib: Add avrcp_set_volume function
This adds avrcp_set_volume function which can be used to send
SetAbsoluteVolume PDUs. |
Luiz Augusto von Dentz |
11 years ago |
2 files, +11, -0 |
| 2ee055ef |
android/avrcp: Add support to receive volume changed notifications
This checks if remote stack supports volume changed notification and
in case it does register to receive notification when volume changes. |
Luiz Augusto von Dentz |
11 years ago |
1 file, +85, -0 |
| 039f4e9a |
android/avrcp-lib: Add avrcp_register_notification function
This adds avrcp_register_notification which can be used to send
RegisterNotification PDUs. |
Luiz Augusto von Dentz |
11 years ago |
2 files, +18, -0 |
| 0cca29a9 |
android/hal-gatt: Refactor get_device_type to check for cmd status |
Szymon Janc |
11 years ago |
1 file, +6, -4 |
| 8f67d963 |
android/hal-gatt: Remove dead code |
Szymon Janc |
11 years ago |
1 file, +0, -2 |
| 07364b3f |
android/hal-gatt: Fix whitespace issues |
Szymon Janc |
11 years ago |
1 file, +1, -2 |
| bf3a7270 |
android/pics: Change AVRCP to 1.5
Simple PICS switch from AVRCP 1.3 to 1.5 |
Sebastian Chlad |
11 years ago |
1 file, +8, -8 |
| a2f711c4 |
android/hal-gatt: Add Server API calls
Send API calls data using IPC. |
Jakub Tyszkowski |
11 years ago |
1 file, +130, -12 |
| 80a1a753 |
android/hal-gatt: Add Server Event handlers
Call registered handlers with data received through IPC. |
Jakub Tyszkowski |
11 years ago |
1 file, +68, -0 |
| 78579981 |
android/hal-gatt: Add Client API calls
Send API calls data using IPC. |
Jakub Tyszkowski |
11 years ago |
1 file, +287, -21 |
| 54419007 |
android/hal-gatt: Add Client Event handlers
Call registered handlers with data received through IPC. |
Jakub Tyszkowski |
11 years ago |
1 file, +170, -1 |
| 3cad7aca |
tools/mgmt-tester: Fix own_addr_type for non-connectable advertising
Newer kernels always a private address for non-connectable advertising. |
Johan Hedberg |
11 years ago |
1 file, +1, -1 |
| 6d67d8da |
emulator/btdev: Add dummy support for clearing the LE white list
Add just enough support for being able to bring up LE capable virtual
controllers using "btvirt".
Fixes this error on "btvirt -l2":
Unsupported command 0x2010
And on "hciconfig hci0 up":
Can't init device hci0: Invalid request code (56) |
Anderson Lizardo |
11 years ago |
1 file, +7, -0 |
| cd4ed91a |
hog: Fill ev.u.create.{phys,uniq} for UHID_CREATE
Fill ev.u.create.{phys,uniq} fields when uHID device is created.
These values are copied to kernel hid_device structure.
linux/include/linux/hid.h:
struct hid_device {
...
char name[128]; /* Device name */
char phys[64]; /* Device physical location */
char uniq[64]; /* Device unique identifier (serial #) */ |
Petri Gynther |
11 years ago |
1 file, +3, -0 |
| a7043282 |
hog: Remove hog_device.name
Remove hog_device.name and use hog_device.device to get the device name. |
Petri Gynther |
11 years ago |
1 file, +5, -9 |
| bb20eebc |
input: Remove input_device.name
Remove input_device.name and use input_device.device to get the device name. |
Petri Gynther |
11 years ago |
1 file, +2, -9 |
| 73ddd670 |
android/handsfree: Fix bogus goto in AT+BIA parsing function
Command was not parsed at all. |
Szymon Janc |
11 years ago |
1 file, +0, -2 |
| ea05fb38 |
build: Move gatt-service test utility into tools directory |
Marcel Holtmann |
11 years ago |
4 files, +273, -273 |