Diff between a7b02c9cb39631faee24b9605f0b8dedbfe68233 and c7b5bf9bd41092acc22c6b961a0a7b89de025bc3

Changed Files

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

Full Patch

diff --git a/android/socket.h b/android/socket.h
index d3ed9b4..a1eca5a 100644
--- a/android/socket.h
+++ b/android/socket.h
@@ -28,7 +28,5 @@ struct hal_sock_connect_signal {
 	int     status;
 } __attribute__((packed));
 
-void bt_sock_handle_cmd(int sk, uint8_t opcode, void *buf, uint16_t len);
-
 void bt_socket_register(struct ipc *ipc, const bdaddr_t *addr);
 void bt_socket_unregister(void);