summaryrefslogtreecommitdiff
path: root/src/modules/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: Prevent aborts caused by invalid module argumentsJason Gerecke2016-01-152-3/+5
* module: Remove redundant core argument from pa_module_unload()Kiran Krishnappa2015-12-072-2/+2
* bluetooth: bluez4: Remove the unused "auto_connect" parameter as it is not us...Manish Sogi2015-09-251-9/+0
* modules: Fix struct namespace collision on SolarisShawn Walker2015-07-291-4/+4
* Fix: Prevent calling pa_rtpoll_free() for a NULL rtpollSagar Nageshmurthy2015-03-271-1/+1
* update FSF addresses to FSF web pageOndrej Holecek2015-01-1414-41/+14
* bluez5: Do not suspend on no -> unknown profile transitionsDavid Henningsson2014-12-191-1/+3
* bluez5: Fix free order of adapters and devicesDavid Henningsson2014-12-031-3/+3
* bluetooth: set gain correctlyWim Taymans2014-11-211-4/+4
* core: Annotate variables only used within assert()s to be PA_UNUSEDPeter Meerwald2014-11-171-2/+2
* bluetooth: Select headset backend through module argumentDavid Henningsson2014-11-144-6/+55
* bluez 5: remove null headset backendDavid Henningsson2014-11-141-37/+0
* bluez 5: Fix a debug messageDavid Henningsson2014-11-141-1/+1
* bluez 5: Load the native headset backend if the oFono one is unavailableDavid Henningsson2014-11-143-11/+28
* bluez 5: Build both headset backends, if availableDavid Henningsson2014-11-144-14/+39
* rtpoll: Drop extra wait_op argument to pa_rtpoll_run()Peter Meerwald2014-11-092-2/+2
* bluetooth: Fix some native backend command sendingArun Raghavan2014-10-311-5/+5
* backend-native: implement volume controlWim Taymans2014-10-313-1/+203
* backend-native: add a new native headset backendWim Taymans2014-10-311-0/+448
* bluez5-util: add destroy functionWim Taymans2014-10-312-0/+4
* bluez5-device: use get_profile_directionWim Taymans2014-10-311-17/+15
* bluetooth: Move stuff to pa_bluetooth_transport_put/unlink()Tanu Kaskinen2014-10-192-12/+10
* bluetooth: bluez4: Add profile name to sinks and sourcesPali Rohár2014-09-281-5/+8
* bluetooth: Allow policy module to pick 'off' profileLuiz Augusto von Dentz2014-09-181-5/+2
* bluetooth: Switch transport state to idle in case of HUPJoão Paulo Rechi Vita2014-09-181-0/+2
* bluetooth: Implement org.ofono.HandsfreeAudioAgent.NewConnection()João Paulo Rechi Vita2014-09-161-2/+30
* bluetooth: Implement org.ofono.HandsfreeAudioAgent.Release()João Paulo Rechi Vita2014-09-111-1/+9
* bluetooth: Handle CardRemoved signalJoão Paulo Rechi Vita2014-09-111-0/+27
* bluetooth: Handle CardAdded signalJoão Paulo Rechi Vita2014-09-111-10/+28
* bluetooth: Track oFono serviceJoão Paulo Rechi Vita2014-09-111-0/+36
* bluetooth: Implement transport release for hf_audio_agent transportsJoão Paulo Rechi Vita2014-09-111-0/+16
* bluetooth: Implement transport acquire for hf_audio_agent transportsJoão Paulo Rechi Vita2014-09-111-1/+66
* bluetooth: Parse HandsfreeAudioCard propertiesJoão Paulo Rechi Vita2014-09-111-2/+107
* bluetooth: List HandsfreeAudioCard objects from oFonoJoão Paulo Rechi Vita2014-09-111-1/+53
* bluetooth: Register/Unregister Handsfree Audio Agent with oFonoJoão Paulo Rechi Vita2014-09-111-2/+104
* bluetooth: Create hf_dbus_send_and_add_to_pending() for oFono backendJoão Paulo Rechi Vita2014-09-111-0/+21
* bluetooth: Monitor D-Bus signalsJoão Paulo Rechi Vita2014-09-111-4/+45
* bluetooth: Add discovery to pa_bluetooth_backend_newLuiz Augusto von Dentz2014-09-104-4/+6
* bluetooth: Only create backend instance once objects are listedLuiz Augusto von Dentz2014-09-101-1/+7
* bluetooth: Add pa_bluetooth_transport_unlinkLuiz Augusto von Dentz2014-09-082-0/+5
* bluetooth: Add pa_bluetooth_transport_set_stateLuiz Augusto von Dentz2014-09-082-6/+9
* bluetooth: Always initialize profile->availableTanu Kaskinen2014-08-241-2/+6
* bluetooth: Create oFono backendJoão Paulo Rechi Vita2014-08-221-0/+143
* bluetooth: Create NULL backendJoão Paulo Rechi Vita2014-08-223-0/+46
* bluetooth: Add BlueZ 5 headset profile names in policy moduleJoão Paulo Rechi Vita2014-08-221-9/+18
* bluetooth: Assert transport has a matching profileLuiz Augusto von Dentz2014-08-221-3/+1
* bluetooth: Add basic support for HEADSET profilesJoão Paulo Rechi Vita2014-08-223-108/+331
* bluetooth: Refactor POLLHUP handlingTanu Kaskinen2014-06-241-28/+20
* bluetooth: Refactor device validity managementTanu Kaskinen2014-06-062-52/+71
* bluetooth: Add "valid" flag to pa_bluetooth_adapterTanu Kaskinen2014-06-062-2/+5