summaryrefslogtreecommitdiff
path: root/src/device.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-02-20 15:00:57 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-02-20 15:01:16 +0200
commitef3244424199747e79c5ea9ed5ce2173655966da (patch)
tree3e4527dfbcd61088b51046c1674d6bdf349cc1f5 /src/device.h
parent4351d46804d65fcffa7a6f0e21b1693a2d0d5b75 (diff)
downloadbluez-ef3244424199747e79c5ea9ed5ce2173655966da.tar.gz
core: device_is_bredr() doesn't need to be exported
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device.h b/src/device.h
index f896a00ed..0789ffd63 100644
--- a/src/device.h
+++ b/src/device.h
@@ -64,7 +64,6 @@ void device_remove_profile(gpointer a, gpointer b);
struct btd_adapter *device_get_adapter(struct btd_device *device);
const bdaddr_t *device_get_address(struct btd_device *device);
const char *device_get_path(const struct btd_device *device);
-gboolean device_is_bredr(struct btd_device *device);
gboolean device_is_le(struct btd_device *device);
gboolean device_is_temporary(struct btd_device *device);
gboolean device_is_paired(struct btd_device *device);