summaryrefslogtreecommitdiff
path: root/emulator/bthost.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2016-06-07 11:43:14 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2016-06-07 12:47:43 +0300
commit28de3782a283669a27dbd0bf1836cc990ee7f929 (patch)
treeda8de4a57469722079dc17a6926f15cc60da2b31 /emulator/bthost.h
parent00eba5fd7ce031206222638fa57eada940aa28cd (diff)
downloadbluez-28de3782a283669a27dbd0bf1836cc990ee7f929.tar.gz
emulator: Include Link Key in key distribution if BR/EDR is supported
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 7110db81f..553865a89 100644
--- a/emulator/bthost.h
+++ b/emulator/bthost.h
@@ -108,6 +108,8 @@ uint8_t bthost_get_auth_req(struct bthost *bthost);
void bthost_set_reject_user_confirm(struct bthost *bthost, bool reject);
bool bthost_get_reject_user_confirm(struct bthost *bthost);
+bool bthost_bredr_capable(struct bthost *bthost);
+
uint64_t bthost_conn_get_fixed_chan(struct bthost *bthost, uint16_t handle);
typedef void (*bthost_rfcomm_connect_cb) (uint16_t handle, uint16_t cid,