summaryrefslogtreecommitdiffstats
path: root/plugins/bluetooth.c
AgeCommit message (Collapse)AuthorFilesLines
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..)