summaryrefslogtreecommitdiff
path: root/emulator/bthost.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-01-10 14:10:44 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-01-10 16:05:05 +0200
commit12d51b2ed178f940621adbd526c4f5e92c009ace (patch)
tree066c6323e62eb44ae948ffe1860af3056c270d03 /emulator/bthost.h
parentea873d1a6ae6b5ee4b75a56998ff0a93649ca226 (diff)
downloadbluez-12d51b2ed178f940621adbd526c4f5e92c009ace.tar.gz
emulator/bthost: Add support for enabling SSP mode
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 7458d5eb9..36b8c9216 100644
--- a/emulator/bthost.h
+++ b/emulator/bthost.h
@@ -72,6 +72,8 @@ void bthost_write_scan_enable(struct bthost *bthost, uint8_t scan);
void bthost_set_adv_enable(struct bthost *bthost, uint8_t enable);
+void bthost_write_ssp_mode(struct bthost *bthost, uint8_t mode);
+
void bthost_le_start_encrypt(struct bthost *bthost, uint16_t handle,
const uint8_t ltk[16]);
typedef void (*bthost_l2cap_connect_cb) (uint16_t handle, uint16_t cid,