summaryrefslogtreecommitdiff
path: root/android/hal.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2013-10-11 13:02:02 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-14 18:28:26 +0300
commit7999518d3f428fd3fcd58e1e085eb1509677f8de (patch)
tree1a5937df9c3daffbea7f172d7d99ac4d36cd4ac2 /android/hal.h
parent6c1a3d616ccc5da3266893fc08869985697fa527 (diff)
downloadbluez-7999518d3f428fd3fcd58e1e085eb1509677f8de.tar.gz
android: Enable Socket interface
Returns socket interface, use header hal.h to avoid externs.
Diffstat (limited to 'android/hal.h')
-rw-r--r--android/hal.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/android/hal.h b/android/hal.h
new file mode 100644
index 000000000..40fbf0332
--- /dev/null
+++ b/android/hal.h
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2013 Intel Corporation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+btsock_interface_t *bt_get_sock_interface(void);