Diff between eec3ccf63f220bc23b74484b965ca5bffc792acb and b6bfed3c5b36066d63a6b128b672ea1e36a6cc97

Changed Files

File Additions Deletions Status
android/bluetooth.c +1 -1 modified

Full Patch

diff --git a/android/bluetooth.c b/android/bluetooth.c
index ba68e98..5f163f1 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
@@ -1145,7 +1145,7 @@ static void find_remote_sdp_rec_cb(sdp_list_t *recs, int err,
 		}
 
 		if (!sdp_get_access_protos(sdp_rec, &protos)) {
-			channel = sdp_get_proto_port(protos, L2CAP_UUID);
+			channel = sdp_get_proto_port(protos, RFCOMM_UUID);
 
 			sdp_list_foreach(protos,
 						(sdp_list_func_t) sdp_list_free,