summaryrefslogtreecommitdiff
path: root/emulator/bthost.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-01-16 11:37:43 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-01-16 12:23:15 +0200
commita48b49121fa8074e595b453c029b7c7a28c2d560 (patch)
treee806bf66b3e62a8668bc10df69966a3b4e2c705c /emulator/bthost.h
parent557459064716e951c9502a5663ff6407e6314090 (diff)
downloadbluez-a48b49121fa8074e595b453c029b7c7a28c2d560.tar.gz
tools/bthost: Remove useless channel parameter from RFCOMM callback
Diffstat (limited to 'emulator/bthost.h')
-rw-r--r--emulator/bthost.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/emulator/bthost.h b/emulator/bthost.h
index 93e02468b..5df4f8ae7 100644
--- a/emulator/bthost.h
+++ b/emulator/bthost.h
@@ -90,8 +90,7 @@ void bthost_set_io_capability(struct bthost *bthost, uint8_t io_capability);
void bthost_set_reject_user_confirm(struct bthost *bthost, bool reject);
typedef void (*bthost_rfcomm_connect_cb) (uint16_t handle, uint16_t cid,
- uint8_t channel, void *user_data,
- bool status);
+ void *user_data, bool status);
void bthost_add_rfcomm_server(struct bthost *bthost, uint8_t channel,
bthost_rfcomm_connect_cb func, void *user_data);