summaryrefslogtreecommitdiff
path: root/android/sco-msg.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-11-05 10:41:21 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-11-05 12:25:11 +0100
commit5d430ce0d88869ceaeabaf9fbd46803c599ba135 (patch)
treea7d0c056d2c2d9b687077b07117607a3fd1aff4c /android/sco-msg.h
parentfb4877a22f618b4c951f39928ea1db9f892e3ef1 (diff)
downloadbluez-5d430ce0d88869ceaeabaf9fbd46803c599ba135.tar.gz
android/hal-sco: Add remote address parameter in Get SCO fd command
Diffstat (limited to 'android/sco-msg.h')
-rw-r--r--android/sco-msg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/sco-msg.h b/android/sco-msg.h
index 74f25b8cb..d1b13d70d 100644
--- a/android/sco-msg.h
+++ b/android/sco-msg.h
@@ -31,6 +31,10 @@ static const char BLUEZ_SCO_SK_PATH[] = "\0bluez_sco_socket";
#define SCO_OP_STATUS IPC_OP_STATUS
#define SCO_OP_GET_FD 0x01
+struct sco_cmd_get_fd {
+ uint8_t bdaddr[6];
+} __attribute__((packed));
+
struct sco_rsp_get_fd {
uint16_t mtu;
} __attribute__((packed));