summaryrefslogtreecommitdiff
path: root/emulator/bthost.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2015-01-07 12:16:11 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2015-01-07 13:13:27 +0200
commit4003a333dc4484dd68671ffecda894f57149ff07 (patch)
tree30ee605defc356fdfff066a8aacf1d7071987289 /emulator/bthost.h
parentf5653c83e84d36b0745355d35a9741e0cb0c7901 (diff)
downloadbluez-4003a333dc4484dd68671ffecda894f57149ff07.tar.gz
emulator/bthost: Add support for triggering SMP over BR/EDR
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 207ce77fb..6beb1f487 100644
--- a/emulator/bthost.h
+++ b/emulator/bthost.h
@@ -107,6 +107,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);
+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,
void *user_data, bool status);