summaryrefslogtreecommitdiff
path: root/src/modules/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2016-01-15bluetooth: Prevent aborts caused by invalid module argumentsJason Gerecke2-3/+5
2015-12-07module: Remove redundant core argument from pa_module_unload()Kiran Krishnappa2-2/+2
2015-09-25bluetooth: bluez4: Remove the unused "auto_connect" parameter as it is not us...Manish Sogi1-9/+0
2015-07-29modules: Fix struct namespace collision on SolarisShawn Walker1-4/+4
2015-03-27Fix: Prevent calling pa_rtpoll_free() for a NULL rtpollSagar Nageshmurthy1-1/+1
2015-01-14update FSF addresses to FSF web pageOndrej Holecek14-41/+14
2014-12-19bluez5: Do not suspend on no -> unknown profile transitionsDavid Henningsson1-1/+3
2014-12-03bluez5: Fix free order of adapters and devicesDavid Henningsson1-3/+3
2014-11-21bluetooth: set gain correctlyWim Taymans1-4/+4
2014-11-17core: Annotate variables only used within assert()s to be PA_UNUSEDPeter Meerwald1-2/+2
2014-11-14bluetooth: Select headset backend through module argumentDavid Henningsson4-6/+55
2014-11-14bluez 5: remove null headset backendDavid Henningsson1-37/+0
2014-11-14bluez 5: Fix a debug messageDavid Henningsson1-1/+1
2014-11-14bluez 5: Load the native headset backend if the oFono one is unavailableDavid Henningsson3-11/+28
2014-11-14bluez 5: Build both headset backends, if availableDavid Henningsson4-14/+39
2014-11-09rtpoll: Drop extra wait_op argument to pa_rtpoll_run()Peter Meerwald2-2/+2
2014-10-31bluetooth: Fix some native backend command sendingArun Raghavan1-5/+5
2014-10-31backend-native: implement volume controlWim Taymans3-1/+203
2014-10-31backend-native: add a new native headset backendWim Taymans1-0/+448
2014-10-31bluez5-util: add destroy functionWim Taymans2-0/+4
2014-10-31bluez5-device: use get_profile_directionWim Taymans1-17/+15
2014-10-19bluetooth: Move stuff to pa_bluetooth_transport_put/unlink()Tanu Kaskinen2-12/+10
2014-09-28bluetooth: bluez4: Add profile name to sinks and sourcesPali Rohár1-5/+8
2014-09-18bluetooth: Allow policy module to pick 'off' profileLuiz Augusto von Dentz1-5/+2
2014-09-18bluetooth: Switch transport state to idle in case of HUPJoão Paulo Rechi Vita1-0/+2
2014-09-16bluetooth: Implement org.ofono.HandsfreeAudioAgent.NewConnection()João Paulo Rechi Vita1-2/+30
2014-09-11bluetooth: Implement org.ofono.HandsfreeAudioAgent.Release()João Paulo Rechi Vita1-1/+9
2014-09-11bluetooth: Handle CardRemoved signalJoão Paulo Rechi Vita1-0/+27
2014-09-11bluetooth: Handle CardAdded signalJoão Paulo Rechi Vita1-10/+28
2014-09-11bluetooth: Track oFono serviceJoão Paulo Rechi Vita1-0/+36
2014-09-11bluetooth: Implement transport release for hf_audio_agent transportsJoão Paulo Rechi Vita1-0/+16
2014-09-11bluetooth: Implement transport acquire for hf_audio_agent transportsJoão Paulo Rechi Vita1-1/+66
2014-09-11bluetooth: Parse HandsfreeAudioCard propertiesJoão Paulo Rechi Vita1-2/+107
2014-09-11bluetooth: List HandsfreeAudioCard objects from oFonoJoão Paulo Rechi Vita1-1/+53
2014-09-11bluetooth: Register/Unregister Handsfree Audio Agent with oFonoJoão Paulo Rechi Vita1-2/+104
2014-09-11bluetooth: Create hf_dbus_send_and_add_to_pending() for oFono backendJoão Paulo Rechi Vita1-0/+21
2014-09-11bluetooth: Monitor D-Bus signalsJoão Paulo Rechi Vita1-4/+45
2014-09-10bluetooth: Add discovery to pa_bluetooth_backend_newLuiz Augusto von Dentz4-4/+6
2014-09-10bluetooth: Only create backend instance once objects are listedLuiz Augusto von Dentz1-1/+7
2014-09-08bluetooth: Add pa_bluetooth_transport_unlinkLuiz Augusto von Dentz2-0/+5
2014-09-08bluetooth: Add pa_bluetooth_transport_set_stateLuiz Augusto von Dentz2-6/+9
2014-08-24bluetooth: Always initialize profile->availableTanu Kaskinen1-2/+6
2014-08-22bluetooth: Create oFono backendJoão Paulo Rechi Vita1-0/+143
2014-08-22bluetooth: Create NULL backendJoão Paulo Rechi Vita3-0/+46
2014-08-22bluetooth: Add BlueZ 5 headset profile names in policy moduleJoão Paulo Rechi Vita1-9/+18
2014-08-22bluetooth: Assert transport has a matching profileLuiz Augusto von Dentz1-3/+1
2014-08-22bluetooth: Add basic support for HEADSET profilesJoão Paulo Rechi Vita3-108/+331
2014-06-24bluetooth: Refactor POLLHUP handlingTanu Kaskinen1-28/+20
2014-06-06bluetooth: Refactor device validity managementTanu Kaskinen2-52/+71
2014-06-06bluetooth: Add "valid" flag to pa_bluetooth_adapterTanu Kaskinen2-2/+5