summaryrefslogtreecommitdiff
path: root/emulator/btdev.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-15 23:53:03 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-15 23:53:03 +0100
commitfefe4edf13f576523e130bc74916daf25f6fb557 (patch)
treeae942cbce797dbdff8079fa623623658395fc988 /emulator/btdev.h
parentec7a4ee8cfe5c89c52019a5aa6ca0c1e29999250 (diff)
downloadbluez-fefe4edf13f576523e130bc74916daf25f6fb557.tar.gz
emulator: Add support for setting Bluetooth device address
Diffstat (limited to 'emulator/btdev.h')
-rw-r--r--emulator/btdev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulator/btdev.h b/emulator/btdev.h
index db170d389..1a4be372a 100644
--- a/emulator/btdev.h
+++ b/emulator/btdev.h
@@ -38,6 +38,8 @@ 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);
+
void btdev_set_send_handler(struct btdev *btdev, btdev_send_func handler,
void *user_data);