Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bluetooth: fix build for libdbus < 1.3 | Luiz Augusto von Dentz | 2010-12-23 | 1 | -0/+2 |
| | |||||
* | bluetooth: make use of dbus-util helper functions | Luiz Augusto von Dentz | 2010-10-20 | 1 | -66/+6 |
| | |||||
* | bluetooth: Add support for Media API | Luiz Augusto von Dentz | 2010-10-07 | 1 | -13/+653 |
| | | | | Make use of D-Bus to transfer file descriptors. | ||||
* | bluetooth: add HFP Gateway support | João Paulo Rechi Vita | 2010-02-21 | 1 | -5/+25 |
| | | | | | | | | Create the 'Handsfree Gateway' profile for bluetooth cards and add filters for 'org.bluez.HandsfreeGateway' to the discover module so module-bluetooth-device is loaded with the correct profile when a Handsfree Gateway connects to bluetoothd (in this case bluetoothd is acting as the headset). | ||||
* | bluetooth: improve dbus logging | João Paulo Rechi Vita | 2010-02-21 | 1 | -2/+3 |
| | |||||
* | bluetooth: fix invalid memory access | Lennart Poettering | 2010-02-09 | 1 | -1/+7 |
| | | | | | | | | When an GetProperties() reply arrives after we already deleted the device structure for it make sure we don't accidentaly touch the invalidated object. https://bugzilla.redhat.com/show_bug.cgi?id=543205 | ||||
* | dbus: remove filter functions only if they were actually set before | Lennart Poettering | 2010-02-09 | 1 | -1/+4 |
| | | | | | | | This fixes an assert when destructing modules that have not been fully initialized. https://bugzilla.redhat.com/show_bug.cgi?id=548525 | ||||
* | bluetooth: do not hand out access to devices that are not fully configured yet | Lennart Poettering | 2009-10-31 | 1 | -2/+8 |
| | |||||
* | Handle DisconnectRequested in bluetooth module. | Luiz Augusto von Dentz | 2009-08-27 | 1 | -0/+17 |
| | |||||
* | bluetooth: add discover of bluetooth sources | João Paulo Rechi Vita | 2009-08-23 | 1 | -6/+20 |
| | |||||
* | bluetooth: fix match syntax | Lennart Poettering | 2009-08-17 | 1 | -2/+2 |
| | |||||
* | bluetooth: make NameOwnerChanged filter matches more focussed | Lennart Poettering | 2009-08-17 | 1 | -2/+2 |
| | |||||
* | bluetooth: ask first for Headset and AudioSink properties, followed by Audio | Lennart Poettering | 2009-08-15 | 1 | -4/+4 |
| | |||||
* | bluetooth: recognize only those BT devices that implement both the Audio and ↵ | Lennart Poettering | 2009-08-15 | 1 | -3/+3 |
| | | | | either AudioSink or Headset interfaces | ||||
* | bluetooth: handle absence of bluez D-Bus service properly | Lennart Poettering | 2009-07-01 | 1 | -11/+66 |
| | |||||
* | bluetooth: memory leak, actually free discovery struct itself | Lennart Poettering | 2009-04-10 | 1 | -0/+2 |
| | |||||
* | explain ff7033c11d9248fe837204b03c8397231dc511fe | Lennart Poettering | 2009-03-31 | 1 | -0/+3 |
| | |||||
* | Revert "make sure we always read in all properties" | Lennart Poettering | 2009-03-31 | 1 | -9/+0 |
| | | | | | | | This reverts commit 1c8f968282208be391f062c1656d85e2ba5078ac. Turns out doing this is racy. The appropriate fix seems to be 38825d79123678bf0c5d156aaea4bedb888a7fcd | ||||
* | make sure we always read in all properties | Lennart Poettering | 2009-03-30 | 1 | -0/+9 |
| | |||||
* | get rid of old 'Connected' property parsing and make sure we don't execute ↵ | Lennart Poettering | 2009-03-30 | 1 | -11/+0 |
| | | | | two case branches | ||||
* | introduce typedef for pa_bt_audio_state and use it everywhere | Lennart Poettering | 2009-03-30 | 1 | -6/+5 |
| | |||||
* | Merge commit 'elmarco/bluetooth-fixes' | Lennart Poettering | 2009-03-30 | 1 | -42/+85 |
|\ | |||||
| * | bluetooth: use new audio State properties | Marc-André Lureau | 2009-03-27 | 1 | -36/+73 |
| | | |||||
| * | bluetooth: GetProperties after profile UUID show up | Marc-André Lureau | 2009-03-27 | 1 | -0/+12 |
| | | |||||
| * | bluetooth: remove racy GetProperties to check profile | Marc-André Lureau | 2009-03-27 | 1 | -6/+0 |
| | | |||||
* | | dbus: split dbus-util into dbus-shared | Marc-André Lureau | 2009-03-30 | 1 | -1/+1 |
|/ | | | | | modules: fix dbus-util include pulse: get dbus at context connection | ||||
* | rework device discovery to share a single device list among all modules | Lennart Poettering | 2009-03-21 | 1 | -141/+104 |
| | |||||
* | make sure we dispatch messages in order | Lennart Poettering | 2009-03-20 | 1 | -10/+7 |
| | |||||
* | document things that need to be fixed with FIXME | Lennart Poettering | 2009-03-19 | 1 | -0/+4 |
| | |||||
* | bluetooth: rework the info_valid logic to be more tolerant | Marc-André Lureau | 2009-03-19 | 1 | -3/+2 |
| | |||||
* | bluetooth: mark info_valid when receive Connected | Marc-André Lureau | 2009-03-19 | 1 | -0/+2 |
| | | | | Sometime, we receive the connected signal before GetProperties reply. | ||||
* | bluetooth: s/handled/not_yet_handled for signals | Marc-André Lureau | 2009-03-05 | 1 | -4/+4 |
| | |||||
* | Use LGPL 2.1 on all files previously using LGPL 2 | Colin Guthrie | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | revise form factor list a bit, simplify and use singular everywhere | Lennart Poettering | 2009-03-01 | 1 | -2/+2 |
| | |||||
* | add new functions pa_bluetooth_cleanup_name() and pa_bluetooth_get_form_factor() | Lennart Poettering | 2009-02-02 | 1 | -7/+66 |
| | |||||
* | add missing files | Lennart Poettering | 2009-01-29 | 1 | -0/+805 |