Max number of dynamic HCI pipes for terminal host increased to 10

Currently maximum number of Dynamic HCI pipes supported(NFA_HCI_MAX_PIPE_CB)
is set to 8. This count is modified to 10 to incorporate additional
dynamic HCI pipes for eUICCs.

Bug: 309737654
Test: NFC On/Off
Change-Id: I5e72c87a002531e304c59305fdc503c75e7dcdaf
diff --git a/src/include/nfc_target.h b/src/include/nfc_target.h
index 0be4810..f911833 100644
--- a/src/include/nfc_target.h
+++ b/src/include/nfc_target.h
@@ -532,7 +532,7 @@
 
 /* Max number of HCI pipes that can be created for the whole system */
 #ifndef NFA_HCI_MAX_PIPE_CB
-#define NFA_HCI_MAX_PIPE_CB 0x08
+#define NFA_HCI_MAX_PIPE_CB 0x0A
 #endif
 
 /* Timeout for waiting for the response to HCP Command packet */