Diff between fd3ec867fef7fb0359ecdcc91ce0c6ea53f023fc and dea41fe55cc9b3e4e9d0217037817bfe962422ab
Changed Files
| File | Additions | Deletions | Status |
| obexd/client/session.c | +1 | -0 | modified |
Full Patch
diff --git a/obexd/client/session.c b/obexd/client/session.c
index c08a791..334ade4 100644
--- a/obexd/client/session.c
+++ b/obexd/client/session.c
@@ -242,6 +242,7 @@ static int rfcomm_connect(const bdaddr_t *src,
BT_IO_OPT_SOURCE_BDADDR, src,
BT_IO_OPT_DEST_BDADDR, dst,
BT_IO_OPT_CHANNEL, channel,
+ BT_IO_OPT_SEC_LEVEL, BT_IO_SEC_LOW,
BT_IO_OPT_INVALID);
if (io != NULL)
return 0;