diff options
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2014-09-08 12:14:42 +0300 |
---|---|---|
committer | Tanu Kaskinen <tanu.kaskinen@linux.intel.com> | 2014-09-08 13:00:54 +0300 |
commit | 4e041f7b36bb614705e3487b3a415ccb7a97407c (patch) | |
tree | 1de0297aa699566143de63b31d3051d55e355f56 /src/modules/bluetooth/bluez5-util.h | |
parent | 610704d225675d1d112cf1973bde9edb420ec37e (diff) | |
download | pulseaudio-4e041f7b36bb614705e3487b3a415ccb7a97407c.tar.gz |
bluetooth: Add pa_bluetooth_transport_set_state
Diffstat (limited to 'src/modules/bluetooth/bluez5-util.h')
-rw-r--r-- | src/modules/bluetooth/bluez5-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/bluetooth/bluez5-util.h b/src/modules/bluetooth/bluez5-util.h index 67377e9aa..5bcab1606 100644 --- a/src/modules/bluetooth/bluez5-util.h +++ b/src/modules/bluetooth/bluez5-util.h @@ -112,6 +112,7 @@ void pa_bluetooth_backend_free(pa_bluetooth_backend *b); pa_bluetooth_transport *pa_bluetooth_transport_new(pa_bluetooth_device *d, const char *owner, const char *path, pa_bluetooth_profile_t p, const uint8_t *config, size_t size); +void pa_bluetooth_transport_set_state(pa_bluetooth_transport *t, pa_bluetooth_transport_state_t state); void pa_bluetooth_transport_put(pa_bluetooth_transport *t); void pa_bluetooth_transport_free(pa_bluetooth_transport *t); |