Diff between 440b07fab1d7a27ed42dae40c9586a1bdd950104 and 1450819e2308128872bd2e97e267e68d8f92ce1c

Changed Files

File Additions Deletions Status
emulator/btdev.c +1 -1 modified

Full Patch

diff --git a/emulator/btdev.c b/emulator/btdev.c
index c5c333f..3fb8608 100644
--- a/emulator/btdev.c
+++ b/emulator/btdev.c
@@ -2427,7 +2427,7 @@ static void le_setup_iso_path(struct btdev *dev, uint16_t handle,
 
 	memset(&rsp, 0, sizeof(rsp));
 
-	if (!dev->conn || handle != ISO_HANDLE) {
+	if (handle != ISO_HANDLE) {
 		rsp.status = BT_HCI_ERR_UNKNOWN_CONN_ID;
 		goto done;
 	}