summaryrefslogtreecommitdiff
path: root/emulator/bthost.c
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.c
parent00eba5fd7ce031206222638fa57eada940aa28cd (diff)
downloadbluez-28de3782a283669a27dbd0bf1836cc990ee7f929.tar.gz
emulator: Include Link Key in key distribution if BR/EDR is supported
Diffstat (limited to 'emulator/bthost.c')
-rw-r--r--emulator/bthost.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/emulator/bthost.c b/emulator/bthost.c
index 3638fe454..2bcdc3193 100644
--- a/emulator/bthost.c
+++ b/emulator/bthost.c
@@ -2329,6 +2329,11 @@ void bthost_write_le_host_supported(struct bthost *bthost, uint8_t mode)
&cmd, sizeof(cmd));
}
+bool bthost_bredr_capable(struct bthost *bthost)
+{
+ return lmp_bredr_capable(bthost);
+}
+
void bthost_request_auth(struct bthost *bthost, uint16_t handle)
{
struct btconn *conn;