summaryrefslogtreecommitdiff
path: root/emulator/btdev.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2013-04-30 13:21:23 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2013-04-30 13:21:23 +0300
commit890fac29179371c885e3318b327de6e5c719179f (patch)
tree6624c470f7172e5401d593f033e231cff22793ac /emulator/btdev.h
parentcc11bc19c214d4a5f8c630ae485f4a8b0e4aae3e (diff)
downloadbluez-890fac29179371c885e3318b327de6e5c719179f.tar.gz
emulator: Remove unneeded btdev_set_bdaddr function
Diffstat (limited to 'emulator/btdev.h')
-rw-r--r--emulator/btdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/emulator/btdev.h b/emulator/btdev.h
index fb4df66e0..9fb023cb1 100644
--- a/emulator/btdev.h
+++ b/emulator/btdev.h
@@ -65,7 +65,6 @@ struct btdev;
struct btdev *btdev_create(enum btdev_type type, uint16_t id);
void btdev_destroy(struct btdev *btdev);
-void btdev_set_bdaddr(struct btdev *btdev, uint8_t *bdaddr);
const uint8_t *btdev_get_bdaddr(struct btdev *btdev);
void btdev_set_command_handler(struct btdev *btdev, btdev_command_func handler,