summaryrefslogtreecommitdiff
path: root/android/avctp.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-04-24 16:15:02 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-04-25 15:05:23 +0300
commit8fb123e8d90117b845f944fb202b32a1b5a740da (patch)
tree9e35fc80140f99319709bb78ffe29017e9f646ec /android/avctp.h
parentf59732aefc2a2eec0811f51db689546536a71b8b (diff)
downloadbluez-8fb123e8d90117b845f944fb202b32a1b5a740da.tar.gz
android/avctp: Add avctp_send_browsing function
This function can be used to send responses over browsing channel.
Diffstat (limited to 'android/avctp.h')
-rw-r--r--android/avctp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/avctp.h b/android/avctp.h
index b3951885c..2b33858ec 100644
--- a/android/avctp.h
+++ b/android/avctp.h
@@ -172,6 +172,8 @@ int avctp_send_vendor(struct avctp *session, uint8_t transaction,
int avctp_send_vendor_req(struct avctp *session, uint8_t code, uint8_t subunit,
const struct iovec *iov, int iov_cnt,
avctp_rsp_cb func, void *user_data);
+int avctp_send_browsing(struct avctp *session, uint8_t transaction,
+ const struct iovec *iov, int iov_cnt);
int avctp_send_browsing_req(struct avctp *session,
const struct iovec *iov, int iov_cnt,
avctp_browsing_rsp_cb func, void *user_data);