summaryrefslogtreecommitdiffstats
path: root/plugins/bluetooth.c
AgeCommit message (Collapse)AuthorFilesLines
2010-06-21bluetooth: Various style issuesDenis Kenzior1-8/+13
2010-06-21bluetooth: add PropertyChanged watchGustavo F. Padovan1-1/+75
This one is a bit diferent from the hfp.c one, so a separated patch for it.
2010-06-21bluetooth: add watches for service and adaptersGustavo F. Padovan1-0/+78
Exactly the same code from hfp.c
2010-06-21bluetooth: add device_properties_cb() and has_uuid()Gustavo F. Padovan1-2/+69
2010-06-21bluetooth: Move functions from hfp.c to bluetooth.cGustavo F. Padovan1-0/+122
The part that call device_properties_cb is commented to permit this patch compile. device_properties_cb() will be changed, so it will have separated patch.
2010-06-17bluetooth: Rename & expose parse_propertiesDenis Kenzior1-2/+1
2010-06-17bluetooth: Rename send_method_call_with_replyDenis Kenzior1-3/+4
2010-06-17Move create_path() to bluetooth pluginGustavo F. Padovan1-0/+22
2010-06-17Add parse properties stuff to bluetooth.cGustavo F. Padovan1-0/+84
2010-06-17Add send_method_call_with_reply to bluetooth.cGustavo F. Padovan1-0/+53
2010-06-17Add bluetooth plugin skeleton.Gustavo F. Padovan1-0/+75
The bluetooth plugin has bluetooth_resgister_uuid() and bluetooth_unresgister_uuid() where bluetooth profiles plugins such as HFP and DUN can register themselves to get know about BlueZ stuff ( new devices, bluetoothd shutdown, etc..)