summaryrefslogtreecommitdiffstats
path: root/audio/ipc.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-08-25 17:46:57 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-08-25 17:46:57 +0000
commit97c120e3f1425d9c431c12167ca4684a0af5f844 (patch)
tree0a8393b2d8b7261532c20b163114c8cfb847414b /audio/ipc.h
parent184c50fd834ed54f1f137c65ab8ef461febdeb41 (diff)
Use device string for the IPC
Diffstat (limited to 'audio/ipc.h')
-rw-r--r--audio/ipc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/ipc.h b/audio/ipc.h
index 7eb6e398..5279fa2a 100644
--- a/audio/ipc.h
+++ b/audio/ipc.h
@@ -22,7 +22,6 @@
*/
#include <stdint.h>
-#include <bluetooth/bluetooth.h>
#define IPC_TYPE_CONNECT 0x0001
@@ -52,7 +51,7 @@
#define PKT_ERROR_NONE 0
struct ipc_packet {
- bdaddr_t bdaddr; /* Address of the remote Device */
+ char device[18]; /* Address of the remote Device */
uint8_t role; /* Audio role eg: voice, wifi, auto... */
uint8_t type; /* Packet type */
uint8_t error; /* Packet error code */