Diff between 74226136269c77c0d8dfc27de188b7f7576416d2 and 74a6dc0087efb3a0c6d9b7f5c49cbed365766205

Changed Files

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

Full Patch

diff --git a/android/bluetooth.c b/android/bluetooth.c
index 690aaf6..734adeb 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
@@ -1331,9 +1331,6 @@ static bool is_new_device(const struct device *dev)
 	if (dev->found)
 		return false;
 
-	if (adapter.cur_discovery_type != SCAN_TYPE_DUAL)
-		return false;
-
 	if (dev->bond_state == HAL_BOND_STATE_BONDED)
 		return false;