]> code.delx.au - pulseaudio/commit
bluetooth: Create pa_bluetooth_discovery for BlueZ 5
authorJoão Paulo Rechi Vita <jprvita@openbossa.org>
Tue, 13 Aug 2013 04:54:00 +0000 (01:54 -0300)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Sun, 29 Sep 2013 13:54:36 +0000 (16:54 +0300)
commit0103cd13795448dea815f1cb3cbc6d1de484d4ff
treec17a5fc9d585fcb3ca0a6975772db194716d9b5f
parentc706792df756eb2295996306d7ffaa9723dc4a43
bluetooth: Create pa_bluetooth_discovery for BlueZ 5

pa_bluetooth_discovery is the struct that holds information about known
Bluetooth audio devices and other information about the Bluetooth stack.

This commit also creates bluez5-util.[ch], which will hold a lot of
utility functions to help with the BlueZ 5 support.
src/Makefile.am
src/modules/bluetooth/bluez5-util.c [new file with mode: 0644]
src/modules/bluetooth/bluez5-util.h [new file with mode: 0644]
src/modules/bluetooth/module-bluez5-discover.c