summaryrefslogtreecommitdiff
path: root/emulator/bthost.h
diff options
context:
space:
mode:
authorMarcin Kraglak <marcin.kraglak@tieto.com>2013-12-20 11:53:47 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2013-12-20 13:02:34 +0200
commite3d07f58d15072c60703ab5bbe2e3b33513a000c (patch)
tree46416abb8c7262776f27f4aca4436d4d5bc99914 /emulator/bthost.h
parent04ef992ff892cd1ff3e21b30c6b10adf390c3a9e (diff)
downloadbluez-e3d07f58d15072c60703ab5bbe2e3b33513a000c.tar.gz
emulator/bthost: Remove not used bthost_set_server_psm
This function is not needed and has been replaced with bthost_add_l2cap_server.
Diffstat (limited to 'emulator/bthost.h')
-rw-r--r--emulator/bthost.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/emulator/bthost.h b/emulator/bthost.h
index 2b8f21207..97f011bcc 100644
--- a/emulator/bthost.h
+++ b/emulator/bthost.h
@@ -77,8 +77,6 @@ void bthost_le_start_encrypt(struct bthost *bthost, uint16_t handle,
typedef void (*bthost_l2cap_connect_cb) (uint16_t handle, uint16_t cid,
void *user_data);
-void bthost_set_server_psm(struct bthost *bthost, uint16_t psm);
-
void bthost_add_l2cap_server(struct bthost *bthost, uint16_t psm,
bthost_l2cap_connect_cb func, void *user_data);