summaryrefslogtreecommitdiff
path: root/emulator/hciemu.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2015-11-16 12:26:13 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2015-11-16 12:26:13 +0200
commitfa6c85299a3cf11e83aeb689a83b4731e9c99565 (patch)
tree99872aa613e0ca3f66e9f43607b9ed7080a42e18 /emulator/hciemu.h
parent04f68f5418beb960ee97588437576012ce916e8c (diff)
downloadbluez-fa6c85299a3cf11e83aeb689a83b4731e9c99565.tar.gz
emulator: Add API to get BR/EDR scan_enable value
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 bfc184d93..c5578d131 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);
+uint8_t hciemu_get_master_scan_enable(struct hciemu *hciemu);
+
uint8_t hciemu_get_master_le_scan_enable(struct hciemu *hciemu);
typedef void (*hciemu_command_func_t)(uint16_t opcode, const void *data,