summaryrefslogtreecommitdiff
path: root/emulator/hciemu.h
diff options
context:
space:
mode:
authorƁukasz Rymanowski <lukasz.rymanowski@codecoup.pl>2018-02-09 18:26:25 +0100
committerSzymon Janc <szymon.janc@codecoup.pl>2018-02-12 10:06:37 +0100
commitb54111d2a432cdbd4926cce8be5b119b298e8477 (patch)
tree05cfc36563c5c1c5854ece3dd5c1cdcf987ac46d /emulator/hciemu.h
parentb83b171cadddcd2602f7486a6a0b4250d0e6ec7d (diff)
downloadbluez-b54111d2a432cdbd4926cce8be5b119b298e8477.tar.gz
emulator: Add initial LE states to btdev and API to set new one
Diffstat (limited to 'emulator/hciemu.h')
-rw-r--r--emulator/hciemu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/emulator/hciemu.h b/emulator/hciemu.h
index 783f99cf1..5c0c4c306 100644
--- a/emulator/hciemu.h
+++ b/emulator/hciemu.h
@@ -57,6 +57,9 @@ uint8_t hciemu_get_master_scan_enable(struct hciemu *hciemu);
uint8_t hciemu_get_master_le_scan_enable(struct hciemu *hciemu);
+void hciemu_set_master_le_states(struct hciemu *hciemu,
+ const uint8_t *le_states);
+
typedef void (*hciemu_command_func_t)(uint16_t opcode, const void *data,
uint8_t len, void *user_data);