summaryrefslogtreecommitdiff
path: root/emulator/hciemu.h
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2015-11-10 22:36:26 -0800
committerJohan Hedberg <johan.hedberg@intel.com>2015-11-11 09:58:56 +0200
commit51fdcde66c39cbdc6d241e27b905b988e8926b1c (patch)
treee5e1a3460d2c2a7576f37d76a9e0441b4b310c02 /emulator/hciemu.h
parent582689989ac26797d3bb82e38f43e944d9d4d291 (diff)
downloadbluez-51fdcde66c39cbdc6d241e27b905b988e8926b1c.tar.gz
emulator: add support for checking le scan state
Diffstat (limited to 'emulator/hciemu.h')
-rw-r--r--emulator/hciemu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulator/hciemu.h b/emulator/hciemu.h
index 41ca3fce6..04bfab746 100644
--- a/emulator/hciemu.h
+++ b/emulator/hciemu.h
@@ -53,6 +53,8 @@ uint8_t *hciemu_get_features(struct hciemu *hciemu);
const uint8_t *hciemu_get_master_bdaddr(struct hciemu *hciemu);
const uint8_t *hciemu_get_client_bdaddr(struct hciemu *hciemu);
+bool hciemu_is_master_le_scan_enabled(struct hciemu *hciemu);
+
typedef void (*hciemu_command_func_t)(uint16_t opcode, const void *data,
uint8_t len, void *user_data);