summaryrefslogtreecommitdiff
path: root/android/socket.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-04-29 13:17:25 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-04-29 13:31:00 +0200
commit7a2d60467334cd299e89a42717efc94bbbad85f9 (patch)
tree70b43f1379b05019ea2ac0b8eeba9e9b1618a6e8 /android/socket.c
parentfc8ac15d63be9e2404ab5835230b7c446c81f75f (diff)
downloadbluez-7a2d60467334cd299e89a42717efc94bbbad85f9.tar.gz
android: Make multi-line comments style consistent
Use common style for multi-line comments consistent with rest of codebase.
Diffstat (limited to 'android/socket.c')
-rw-r--r--android/socket.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/android/socket.c b/android/socket.c
index 8374489a6..99d6bec3b 100644
--- a/android/socket.c
+++ b/android/socket.c
@@ -735,7 +735,8 @@ static int find_free_channel(void)
static BtIOSecLevel get_sec_level(uint8_t flags)
{
- /* HAL_SOCK_FLAG_AUTH should require MITM but in our case setting
+ /*
+ * HAL_SOCK_FLAG_AUTH should require MITM but in our case setting
* security to BT_IO_SEC_HIGH would also require 16-digits PIN code
* for pre-2.1 devices which is not what Android expects. For this
* reason we ignore this flag to not break apps which use "secure"
@@ -1145,7 +1146,8 @@ void bt_socket_register(struct ipc *ipc, const bdaddr_t *addr, uint8_t mode)
DBG("");
- /* make sure channels assigned for profiles are reserved and not used
+ /*
+ * make sure channels assigned for profiles are reserved and not used
* for app services
*/
for (i = 0; i < G_N_ELEMENTS(profiles); i++)