summaryrefslogtreecommitdiff
path: root/android/socket.h
diff options
context:
space:
mode:
authorMarcin Kraglak <marcin.kraglak@tieto.com>2013-10-30 16:16:33 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-31 10:30:00 +0200
commita56aeec37d381f8c5522a503251c03b0729efbf3 (patch)
tree7ca95d2682d1becb3de9fff9d7f9ae349f02f5a3 /android/socket.h
parent2a7971fc3e2847a3601c99ce5481343582b002ee (diff)
downloadbluez-a56aeec37d381f8c5522a503251c03b0729efbf3.tar.gz
android: Initial implementation of socket interface
Add stub implementation of socket interace on daemon side.
Diffstat (limited to 'android/socket.h')
-rw-r--r--android/socket.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/socket.h b/android/socket.h
index b13e84c1a..2b3b940c2 100644
--- a/android/socket.h
+++ b/android/socket.h
@@ -21,5 +21,8 @@
*
*/
+void bt_sock_handle_cmd(GIOChannel *io, uint8_t opcode, void *buf,
+ uint16_t len);
+
bool bt_socket_register(GIOChannel *io, const bdaddr_t *addr);
void bt_socket_unregister(void);