Add bluetooth plugin skeleton.
authorGustavo F. Padovan <gustavo@padovan.org>
Mon, 14 Jun 2010 18:04:22 +0000 (15:04 -0300)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 17 Jun 2010 10:06:39 +0000 (05:06 -0500)
commit4004433ad457a6ee71623f5a0c8dd4692d752235
tree4376010f01f4be8243b382180872340d3ca44a34
parent412ed596b94526fa8acbaba2a9112ff01a4d1c54
Add bluetooth plugin skeleton.

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..)
Makefile.am
plugins/bluetooth.c [new file with mode: 0644]
plugins/bluetooth.h [new file with mode: 0644]
plugins/hfp.c