Diff between 4fd2d5ae389d9e2f4549ef9962c7a12eb35bfe36 and b59f7d2e1832d2221c64cd8f717722425c044b92

Changed Files

File Additions Deletions Status
src/attrib-server.c +4 -0 modified

Full Patch

diff --git a/src/attrib-server.c b/src/attrib-server.c
index 6268fe4..5775861 100644
--- a/src/attrib-server.c
+++ b/src/attrib-server.c
@@ -981,6 +981,10 @@ static void channel_handler(const uint8_t *ipdu, uint16_t len,
 		break;
 	case ATT_OP_HANDLE_CNF:
 		return;
+	case ATT_OP_HANDLE_IND:
+	case ATT_OP_HANDLE_NOTIFY:
+		/* The attribute client is already handling these */
+		return;
 	case ATT_OP_READ_MULTI_REQ:
 	case ATT_OP_PREP_WRITE_REQ:
 	case ATT_OP_EXEC_WRITE_REQ: