summaryrefslogtreecommitdiffstats
path: root/btif/include/btif_sock_rfc.h
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2012-09-18 16:19:52 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-18 16:19:53 -0700
commitf80d3d045eab5f002be4b5e8a3d2d376fdf7581a (patch)
tree4a1f17241e1af019e8d3328852bf93423258a23c /btif/include/btif_sock_rfc.h
parentd659d3ca8cbb1edc5d1dd42ef367e9336f0f269b (diff)
parentad2d45b15aae80ba254277c3d1fa036207d8b926 (diff)
downloadexternal_bluetooth_bluedroid-f80d3d045eab5f002be4b5e8a3d2d376fdf7581a.zip
external_bluetooth_bluedroid-f80d3d045eab5f002be4b5e8a3d2d376fdf7581a.tar.gz
external_bluetooth_bluedroid-f80d3d045eab5f002be4b5e8a3d2d376fdf7581a.tar.bz2
Merge "Revert "Header file and whitespace cleanups"" into jb-mr1-dev
Diffstat (limited to 'btif/include/btif_sock_rfc.h')
-rw-r--r--btif/include/btif_sock_rfc.h17
1 files changed, 7 insertions, 10 deletions
diff --git a/btif/include/btif_sock_rfc.h b/btif/include/btif_sock_rfc.h
index f7e0869..2415513 100644
--- a/btif/include/btif_sock_rfc.h
+++ b/btif/include/btif_sock_rfc.h
@@ -45,23 +45,20 @@
*
************************************************************************************/
-/*******************************************************************************
+/************************************************************************************
*
* Filename: btif_sock.h
*
* Description: Bluetooth socket Interface
*
- *******************************************************************************/
-
-#ifndef BTIF_SOCK_RFC_H
-#define BTIF_SOCK_RFC_H
+ *
+ ***********************************************************************************/
+#ifndef btif_sock_rfc_h_
+#define btif_sock_rfc_h_
bt_status_t btsock_rfc_init(int handle);
bt_status_t btsock_rfc_cleanup();
-bt_status_t btsock_rfc_listen(const char* name, const uint8_t* uuid, int channel,
- int* sock_fd, int flags);
-bt_status_t btsock_rfc_connect(const bt_bdaddr_t *bd_addr, const uint8_t* uuid,
- int channel, int* sock_fd, int flags);
+bt_status_t btsock_rfc_listen(const char* name, const uint8_t* uuid, int channel, int* sock_fd, int flags);
+bt_status_t btsock_rfc_connect(const bt_bdaddr_t *bd_addr, const uint8_t* uuid, int channel, int* sock_fd, int flags);
void btsock_rfc_signaled(int fd, int flags, uint32_t user_id);
-
#endif