summaryrefslogtreecommitdiff
path: root/emulator/bthost.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-12-17 12:44:16 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-12-17 12:44:16 +0200
commit905fe3f84cdf3513ca60756d0e8b179dbccb27c6 (patch)
treedc4747110d2752d23c7f9ba11919d42d55a762ab /emulator/bthost.h
parent2d66b6f85f12557f5a55c8b431889e49ceffe303 (diff)
downloadbluez-905fe3f84cdf3513ca60756d0e8b179dbccb27c6.tar.gz
emulator: Provide API to enable LE host support
Diffstat (limited to 'emulator/bthost.h')
-rw-r--r--emulator/bthost.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulator/bthost.h b/emulator/bthost.h
index 8193cdf14..e2d683bb6 100644
--- a/emulator/bthost.h
+++ b/emulator/bthost.h
@@ -84,6 +84,8 @@ void bthost_set_adv_enable(struct bthost *bthost, uint8_t enable,
void bthost_write_ssp_mode(struct bthost *bthost, uint8_t mode);
+void bthost_write_le_host_supported(struct bthost *bthost, uint8_t mode);
+
void bthost_request_auth(struct bthost *bthost, uint16_t handle);
void bthost_le_start_encrypt(struct bthost *bthost, uint16_t handle,