Diff between 9ee7b3dd69e93a94d82e4aa94c7ef41640f5f7e6 and bde65270e35ae5ea636f8aae4ad188220e281306

Changed Files

File Additions Deletions Status
android/socket.h +7 -0 modified

Full Patch

diff --git a/android/socket.h b/android/socket.h
index 7aa5574..ba56c9b 100644
--- a/android/socket.h
+++ b/android/socket.h
@@ -21,6 +21,13 @@
  *
  */
 
+struct hal_sock_connect_signal {
+	short   size;
+	uint8_t bdaddr[6];
+	int     channel;
+	int     status;
+} __attribute__((packed));
+
 void bt_sock_handle_cmd(int sk, uint8_t opcode, void *buf, uint16_t len);
 
 bool bt_socket_register(int sk, const bdaddr_t *addr);