summaryrefslogtreecommitdiff
path: root/emulator/bthost.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-01-13 14:29:06 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-01-13 14:29:06 +0200
commit27d79b3a73cb8068138103a697774159894672db (patch)
treebcbb5c9c82106bec9bbce430897ba0d3e163bb57 /emulator/bthost.h
parente8f23890653e35f02d72ea0f76f63df2becc3b26 (diff)
downloadbluez-27d79b3a73cb8068138103a697774159894672db.tar.gz
emulator/bthost: Add API to reject SSP User Confirmation
Diffstat (limited to 'emulator/bthost.h')
-rw-r--r--emulator/bthost.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulator/bthost.h b/emulator/bthost.h
index a3ecb1a4c..8d007ac2a 100644
--- a/emulator/bthost.h
+++ b/emulator/bthost.h
@@ -85,6 +85,7 @@ void bthost_add_l2cap_server(struct bthost *bthost, uint16_t psm,
void bthost_set_pin_code(struct bthost *bthost, const uint8_t *pin,
uint8_t pin_len);
void bthost_set_io_capability(struct bthost *bthost, uint8_t io_capability);
+void bthost_set_reject_user_confirm(struct bthost *bthost, bool reject);
void bthost_start(struct bthost *bthost);
void bthost_stop(struct bthost *bthost);