Commits

Commit Message Author Age Changes
f8f86dba android: Add calls to adapter methods in haltest This is first code that actually calls HAL functions. Functions defined in bt_interface_t can be executed. Jerzy Kasenberg 12 years ago 4 files, +809, -1
6730aa52 android: Add text conversion helpers to haltest Application uses a lot of text in the form of defines found in header files to represent arguments and output. Conversion helpers keep functionality of converting string as bt_status_t or uuid in one place. Jerzy Kasenberg 12 years ago 3 files, +319, -0
8c9d7f53 android: Add history to line editor in haltest Added simple history to editor to save time. Jerzy Kasenberg 12 years ago 4 files, +226, -0
bc381adc android: Add line editing to haltest Android does not have readline. This patch allows to edit command line. Jerzy Kasenberg 12 years ago 4 files, +526, -3
52a529b1 android: Add haltest skeleton This tool will be used to test Android Bluetooth HAL implementation. Jerzy Kasenberg 12 years ago 4 files, +216, -0
6437a314 doc/obex-api: Fix wrong description of Message1.Deleted property Luiz Augusto von Dentz 12 years ago 1 file, +1, -1
b9981c4f unit/sdp: Check that correct packet received in recv Andrei Emeltchenko 12 years ago 1 file, +2, -3
6b3fded7 Release 5.10 Marcel Holtmann 12 years ago 2 files, +12, -1
67c8c248 doc: Mention the connectable support for LE controllers Marcel Holtmann 12 years ago 1 file, +7, -3
ff318d86 doc: Mention the limited discoverable mode setting Marcel Holtmann 12 years ago 1 file, +9, -3
8eb2ac45 build: Update library version Marcel Holtmann 12 years ago 1 file, +1, -1
e66de31c tools: Add command for setting limited discoverable mode Marcel Holtmann 12 years ago 1 file, +3, -1
fb27a707 tools/obexctl: Add destination info to prompt Luiz Augusto von Dentz 12 years ago 1 file, +27, -3
8348e53d tools/obexctl: Add rm command support for MAP messages Add rm command support for MAP messages which can be used to set Delete property using Message interface. Luiz Augusto von Dentz 12 years ago 1 file, +56, -11
82f72d16 tools/obexctl: Add send command support for MAP messages Add send command support for MAP messages which can be used to push messages using MessageAccess interface. Luiz Augusto von Dentz 12 years ago 1 file, +88, -22
12451a9a tools/obexctl: Add cp command support for MAP messages Add cp command support for MAP messages which can be used to copy message contents using Message interface. Luiz Augusto von Dentz 12 years ago 1 file, +62, -0
a5d2a89d tools/obexctl: Add info command support for MAP messages Add info command support for MAP messages which can be used to print the details of objects using Message interface. Luiz Augusto von Dentz 12 years ago 1 file, +58, -11
0314ac2e tools/obexctl: Add proxy handling for org.bluez.obex.Message1 This adds proxy handling for org.bluez.obex.Message1 so changes to the proxy are printed in the output. Luiz Augusto von Dentz 12 years ago 1 file, +20, -0
8a43562f tools/obexctl: Add ls command support for MAP sessions Add ls command support for MAP session which can be used to list current folder using MessageAccess interface. Luiz Augusto von Dentz 12 years ago 1 file, +128, -0
124208b7 tools/obexctl: Add cd command support for MAP sessions Add cd command support for MAP session which can be used to set current folder using MessageAccess interface. Luiz Augusto von Dentz 12 years ago 1 file, +59, -0
84b66d10 tools/obexctl: Add proxy handling for org.bluez.obex.MessageAccess1 This adds proxy handling for org.bluez.obex.MessageAccess1 so changes to the proxy are printed in the output. Luiz Augusto von Dentz 12 years ago 1 file, +20, -0
ae7d33d3 tools/obexctl: Add cp command support for PBAP sessions Add cp command support for PBAP sessions which can be used to pull contacts for the current phonebook using PhonebookAccess interface. Luiz Augusto von Dentz 12 years ago 1 file, +141, -30
df425370 tools/obexctl: Add ls command support for PBAP sessions Add ls command support for PBAP sessions which can be used to list current phonebook using PhonebookAccess interface. Luiz Augusto von Dentz 12 years ago 1 file, +138, -7
cb61428a tools/obexctl: Add cd command support for PBAP sessions Add cd command support for PBAP session whic can be used to change current phonebook using PhonebookAccess interface. Luiz Augusto von Dentz 12 years ago 1 file, +77, -8
fe22983f tools/obexctl: Add proxy handling for org.bluez.obex.PhonebookAccess1 This adds proxy handling for org.bluez.obex.PhonebookAccess1 so changes to the proxy are printed in the output. Luiz Augusto von Dentz 12 years ago 1 file, +20, -0
0998328a tools/obexctl: Print ETA time when transfer size is known This prints ETA together with the speed if property Size is set. Luiz Augusto von Dentz 12 years ago 1 file, +38, -7
260346d7 tools/obexctl: Print transfer speed This prints transfer speed with Transferred property. Luiz Augusto von Dentz 12 years ago 1 file, +41, -12
e2fee010 tools/obexctl: Add mkdir command Add support for mkdir command which can be used to create folders using FileTransfer interface. Luiz Augusto von Dentz 12 years ago 1 file, +51, -0
c1113164 tools/obexctl: Add rm command Add support for rm command which can be used to delete files using FileTransfer interface. Luiz Augusto von Dentz 12 years ago 1 file, +51, -0
e007c736 tools/obexctl: Add mv command Add support for mv command which can be used to move files using FileTransfer interface. Luiz Augusto von Dentz 12 years ago 1 file, +52, -0
c1581acb tools/obexctl: Add cp command Add support for cp command which can be used to copy files from/to current folder using FileTransfer interface. Luiz Augusto von Dentz 12 years ago 1 file, +203, -0
73852220 tools/obexctl: Add ls command Add support for ls command which can be used to list current folder using FileTransfer interface. Luiz Augusto von Dentz 12 years ago 1 file, +64, -8
01f7250d tools/obexctl: Add cd command Add support for cd command which can be used to change current directory using FileTransfer interface. Luiz Augusto von Dentz 12 years ago 1 file, +65, -0
25189bbd tools/obexctl: Add proxy handling for org.bluez.obex.FileTransfer1 This adds proxy handling for org.bluez.obex.FileTransfer1 so changes to the proxy are printed in the output. Luiz Augusto von Dentz 12 years ago 1 file, +20, -0
32f2860a tools/obexctl: Add send command Add support for send command which can be used to send a file using ObjectPush interface Luiz Augusto von Dentz 12 years ago 1 file, +107, -0
34518654 tools/obexctl: Add proxy handling for org.bluez.obex.ObjectPush1 This adds proxy handling for org.bluez.obex.ObjectPush1 so changes to the proxy are printed in the output. Luiz Augusto von Dentz 12 years ago 1 file, +20, -0
0f903725 tools/obexctl: Add cancel command Add support for cance command which can be used to cancel ongoing transfers Luiz Augusto von Dentz 12 years ago 1 file, +41, -0
2b56db8e tools/obexctl: Add info command Add support for info command which can be used to print transfer information Luiz Augusto von Dentz 12 years ago 1 file, +42, -0
f36fd02d tools/obexctl: Add select command Add support for select command which can be used to set the default session Luiz Augusto von Dentz 12 years ago 1 file, +23, -0
6d19fe66 tools/obexctl: Add show command Add support for show command which can be used to show session information Luiz Augusto von Dentz 12 years ago 1 file, +114, -70
ec9b36af tools/obexctl: Add list command Add support for list command which can be used to list available sessions Luiz Augusto von Dentz 12 years ago 1 file, +37, -26
a55d1411 tools/obexctl: Add disconnect command Add support for disconnect command which can be used to disconnect sessions. Luiz Augusto von Dentz 12 years ago 1 file, +64, -0
7d10abf1 tools/obexctl: Add connect command Add support for connect command which can be used to create a session to a device. Luiz Augusto von Dentz 12 years ago 1 file, +117, -0
da09d3ae tools/obexctl: Add proxy handling for org.bluez.obex.Client1 This adds proxy handling for org.bluez.obex.Client1 so changes to the proxy are printed in the output. Luiz Augusto von Dentz 12 years ago 1 file, +24, -2
ff2a0409 tools/obexctl: Add proxy handling for org.bluez.obex.Transfer1 This adds proxy handling for org.bluez.obex.Transfer1 so changes to the proxy are printed in the output. Luiz Augusto von Dentz 12 years ago 1 file, +32, -0
1a2a3f35 tools/obexctl: Add proxy handling for org.bluez.obex.Session1 This adds proxy handling for org.bluez.obex.Session1 so changes to the proxy are printed in the output. Luiz Augusto von Dentz 12 years ago 1 file, +165, -0
6863d5fc tools/obexctl: Add initial code This add initial code for things like input handling as well as some basic commands. Luiz Augusto von Dentz 12 years ago 1 file, +321, -0
bff6703d build: Add obexctl command line client obexctl is intended to be a command line client of obexd. Luiz Augusto von Dentz 12 years ago 3 files, +38, -1
c6155076 tools/mpris-player: Forward player signals Forward signals received from player in the session bus to the system bus where bluetoothd can catch them. Luiz Augusto von Dentz 12 years ago 1 file, +15, -12
0f832568 audio/media: Send status changed if position changes If position changes send a status changed event to force the position to be resynced. Luiz Augusto von Dentz 12 years ago 1 file, +15, -2
Previous Next