summaryrefslogtreecommitdiff
path: root/emulator/bthost.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-09-30 16:45:51 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-09-30 17:26:49 +0300
commit82b8e31857f5c15cc191122a19da29aabe8f8d18 (patch)
tree3f612b0ec8f87d0dac20da41b74902ecb1b261a8 /emulator/bthost.h
parentbc9e863b3a92608e47b2028f8da55c90d40ffbc0 (diff)
downloadbluez-82b8e31857f5c15cc191122a19da29aabe8f8d18.tar.gz
emulator/bthost: Add bthost_send_cid_v
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 9d75e2c35..62d415c8c 100644
--- a/emulator/bthost.h
+++ b/emulator/bthost.h
@@ -64,6 +64,8 @@ void bthost_add_cid_hook(struct bthost *bthost, uint16_t handle, uint16_t cid,
void bthost_send_cid(struct bthost *bthost, uint16_t handle, uint16_t cid,
const void *data, uint16_t len);
+void bthost_send_cid_v(struct bthost *bthost, uint16_t handle, uint16_t cid,
+ const struct iovec *iov, int iovcnt);
typedef void (*bthost_l2cap_rsp_cb) (uint8_t code, const void *data,
uint16_t len, void *user_data);