summaryrefslogtreecommitdiff
path: root/emulator/bthost.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-01-15 14:34:01 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-01-15 14:34:01 +0200
commitf072c7573b760154c8c76c2ef31744d3b73333d6 (patch)
treee7f9458da5da170ca526f0da5fef34cebb5155b0 /emulator/bthost.h
parent7dfc7e96144150b0fa4f286d8d351ee96baf7db8 (diff)
downloadbluez-f072c7573b760154c8c76c2ef31744d3b73333d6.tar.gz
emulator/bthost: Add API to request authentication
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 8d007ac2a..5fb7ad4f0 100644
--- a/emulator/bthost.h
+++ b/emulator/bthost.h
@@ -74,6 +74,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_request_auth(struct bthost *bthost, uint16_t handle);
+
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,