Commits

Commit Message Author Age Changes
c6477c3c Move Attrib client to the core Vinicius Costa Gomes 14 years ago 4 files, +7, -75
c602de90 Add device_found and remote_name events to mgmt-api.txt Johan Hedberg 14 years ago 1 file, +18, -0
56fe0673 mgmt: Add support for remote_name event Johan Hedberg 14 years ago 2 files, +33, -0
cb6dd122 mgmt: Add support for device_found event Johan Hedberg 14 years ago 2 files, +46, -0
c76086fd Add MGMT_MAX_NAME_LENGTH define to mgmt.h Johan Hedberg 14 years ago 1 file, +7, -3
6b077ce7 Add HCI_MAX_NAME_LENGTH define to hci.h Johan Hedberg 14 years ago 1 file, +7, -5
dff482a4 Add HCI_MAX_EIR_LENGTH define Johan Hedberg 14 years ago 1 file, +5, -3
aaa11e77 Remove mgmt EIR generation fro TODO Johan Hedberg 14 years ago 1 file, +0, -5
8e32a44d Release 4.91 Marcel Holtmann 14 years ago 2 files, +17, -1
0efa4ed7 Fix missing Discovering signal when scanning Discovery signal should have the same behaviour for both scenarios: external and D-Bus clients. For LE scan not triggered through the StartDiscovery() method, Discovery property is not being sent to indicate that a discovery session has started. Signal indicating that the session has finished is sent properly. Claudio Takahasi 14 years ago 1 file, +5, -4
b9a15b71 Don't disable LE scan when started by external tools This patch removes the automatic LE scan disabling when it is not triggered through the StartDiscovery() method. Claudio Takahasi 14 years ago 1 file, +4, -2
b3c4f2e9 Fix uninitialized variables warnings src/attrib-server.c: In function ‘channel_handler’: src/attrib-server.c:297:21: error: ‘cur’ may be used uninitialized in this function src/attrib-server.c:502:10: error: ‘format’ may be used uninitialized in this function src/attrib-server.c:503:11: error: ‘length’ may be used uninitialized in this function make[1]: *** [src/attrib-server.o] Error 1 Luiz Augusto von Dentz 14 years ago 1 file, +4, -1
5de70880 Fix uninitialized variable warning health/mcap.c: In function ‘proc_req_pending’: health/mcap.c:1119:25: error: ‘abrt’ may be used uninitialized in this function make[1]: *** [health/mcap.o] Error 1 Luiz Augusto von Dentz 14 years ago 1 file, +1, -0
d5040dd6 Fix uninitialized variable warning audio/unix.c: In function ‘client_cb’: audio/unix.c:1078:20: error: ‘a2dp’ may be used uninitialized in this function audio/unix.c:1154:20: error: ‘a2dp’ may be used uninitialized in this function make[1]: *** [audio/unix.o] Error 1 Luiz Augusto von Dentz 14 years ago 1 file, +28, -23
46731d41 Clean up btd_adapter_get_mode logic There's no need to track adapter->initialized in btd_adapter_get_mode since hciops already takes care of doing the right thing when trying to initialize the adapter for the very first time. Johan Hedberg 14 years ago 1 file, +8, -11
8a4ad600 Fix adapter->initialized state tracking Adapters should only be considered initialized when the adapter_init function has successfully completed. Johan Hedberg 14 years ago 1 file, +3, -3
5f4eb325 Fix emitting UUIDs signals when initializing adapters Drivers get loaded while adapters get initialized, but we shouldn't send any UUID signals before the initialization is fully complete (otherwise we get adapter signals before the Manager.AdapterAdded signals). Johan Hedberg 14 years ago 1 file, +3, -0
c495077c sbc: better compatibility with ARM thumb/thumb2 ARM assembly optimizations fail to compile in thumb mode, but are fine for thumb2. Update ifdefs in the code to make use of ARM assembly only when it is safe and also make sure that no optimizations are missed when compiling for thumb2. The problem was reported by Paul Menzel: https://tango.0pointer.de/pipermail/pulseaudio-discuss/2011-February/009022.html Siarhei Siamashka 14 years ago 2 files, +3, -3
5fda71ad Remove unused define Johan Hedberg 14 years ago 1 file, +0, -1
9d5936a5 Clean up Out Of Band D-Bus interface naming Johan Hedberg 14 years ago 2 files, +8, -8
6412978a Simplify media_owner_remove Since there is only one pending request and is directly acessible via owner pointer there is no need for media_owner_remove to take the request as parameter. Luiz Augusto von Dentz 14 years ago 1 file, +12, -11
3e71cabf Fix crash when receiving avdtp close command If there are pending start or suspend requests they should all fail since once close indication return the state will be changed to closing and remote stack can then disconnect cleanly. This also follow what specs says about connection release: "When the Upper Layer has completed releasing all resources allocated to the stream, an AVDTP_CLOSE_RSP is sent back to the INT." Luiz Augusto von Dentz 14 years ago 1 file, +18, -0
00d0e76c Fix not replying Acquire request when resume fails Request must be replied before removed. Luiz Augusto von Dentz 14 years ago 1 file, +6, -0
0bf67b1f Clean and fix copyright header in test/sap-client ST-Ericsson is the copyright holder of test/sap-client. Waldemar Rymarkiewicz 14 years ago 1 file, +2, -3
8c14dfca Update Media API documentation Possible error responses are added to RegisterEndpoint. Dmitriy Paliy 14 years ago 1 file, +5, -0
468e11fe Update Adapter API documentation RequestSession and ReleaseSession description is updated in adapter API. Dmitriy Paliy 14 years ago 1 file, +14, -4
2bd4b645 Fix use of unninitialized UUID value in SAP code Johan Hedberg 14 years ago 1 file, +1, -0
65ee3657 Fix SAP server double-free during unregistration Johan Hedberg 14 years ago 1 file, +1, -3
3b9b7499 Fix LMP version string in hciconfig Previously the HCI version was reported instead of the LMP one. Reported-by: Arno Willig <akw@thinkwiki.org> Johan Hedberg 14 years ago 1 file, +1, -1
d97cea14 mgmtops: Pass UUID-128's in little endian format to the kernel To be consistent with the rest of the management interface the UUIDs should also be sent in little endian byte order. Johan Hedberg 14 years ago 1 file, +7, -2
0d90e210 Add oob-api.txt with documentation about OOB D-Bus methods Szymon Janc 14 years ago 1 file, +38, -0
9fb2f63e Update mgmt-api.txt with OOB commands Szymon Janc 14 years ago 1 file, +30, -0
d8128703 Add D-Bus OOB plugin A sample OOB plugin that directly exposes OOB functionality over D-Bus. Szymon Janc 14 years ago 3 files, +246, -0
23586efc Add support for Out of Band (OOB) association model in hciops Szymon Janc 14 years ago 1 file, +109, -8
ca8ea935 Add support for Out of Band (OOB) association model in mgmtops Szymon Janc 14 years ago 2 files, +119, -3
75397433 Add initial support for Out of Band (OOB) association model Szymon Janc 14 years ago 7 files, +167, -1
95f0cc6a Emit missing signal when data channel is reconnected. Reconnections of data channels should be indicated to others applications by using the appropriate signal. Santiago Carot-Nemesio 14 years ago 1 file, +12, -3
af8f516c Fix memory leak if an error occurs when a data channel is reconnected. Santiago Carot-Nemesio 14 years ago 1 file, +3, -3
572f6547 Remove owner reference to request structure This should avoid doing too much implicity and should improve the readability of the code. Luiz Augusto von Dentz 14 years ago 1 file, +61, -39
dac323ff Rework adding/removing owners to a transport Instead of directly add/remove and owner to transport list do it in a separate function. Luiz Augusto von Dentz 14 years ago 3 files, +54, -37
262c34c0 Make MediaTransport.Release asynchronous This make it possible for the owners to synchronize its state if the transport is going to be suspended. Note that client which don't want to wait for Release can just ignore/ not wait for its reply. Luiz Augusto von Dentz 14 years ago 1 file, +132, -36
ab1ece75 Add ERROR response on AT+BLDN command for maemo6 Response on AT+BLDN command in maemo6 telephony driver is added to be sent after confirmation from csd back-end. Both ERROR or OK codes are sent only after asynchronous response on D-Bus call is available. Dmitriy Paliy 14 years ago 1 file, +23, -3
8dba2e7a Add handling of pending D-Bus calls in maemo6 Handling of pending D-Bus calls to csd back-end is added maemo6 telephony driver. Dmitriy Paliy 14 years ago 1 file, +56, -9
883ef406 Sim Access Profile test scripts Add simple SAP client python implementation and a test script. To run test-sap-server you need Python 2.6 or newer (tested with 2.6 only) and PyBluez package installed. Waldemar Rymarkiewicz 14 years ago 3 files, +1091, -8
d3f69537 Wait SCO socket to HUP before changing state In situations where application wants to switch profiles e.g HFP to A2DP it normally needs to wait SCO to be disconnected to resume A2DP due to resource limitations on headset. There seems to be an issue in the kernel side which prevent this to work properly, apparently shutdown does not wait the link to be disconnected, but it is under investigation. Luiz Augusto von Dentz 14 years ago 1 file, +6, -2
aef57731 Fix error message when getting SCO connection handle Error message should indicate the transport correctly which is SCO not RFCOMM. Luiz Augusto von Dentz 14 years ago 1 file, +2, -2
b5892cd8 TODO: Add item related to authorization and authentication Claudio Takahasi 14 years ago 1 file, +9, -0
28a75527 Return an error if the attribute requires authorization If an attribute requires authorization, Insuficient Authorization will be returned by the attribute server until the Agent supports a method to authorize attribute access. Claudio Takahasi 14 years ago 1 file, +2, -0
fe0f3fab Fix crash while exiting when endpoint has a a2dp stream After releasing the endpoint should not be used anymore. Luiz Augusto von Dentz 14 years ago 1 file, +3, -1
e3a27197 telephony-ofono: fix handling of telephony_key_press_req Luiz Augusto von Dentz 14 years ago 1 file, +4, -6
Previous Next