Diff between 7b8006f379a01a747b10f72328e46bfd35a46fb2 and 7be0d2b3b0a2e32dbdd582180872796c2411bb00

Changed Files

File Additions Deletions Status
tools/parser/hci.c +2 -0 modified

Full Patch

diff --git a/tools/parser/hci.c b/tools/parser/hci.c
index bf6b156..0ac3a99 100644
--- a/tools/parser/hci.c
+++ b/tools/parser/hci.c
@@ -1176,6 +1176,7 @@ static inline void command_dump(int level, struct frame *frm)
 			return;
 		case OCF_WRITE_SCAN_ENABLE:
 		case OCF_WRITE_AUTH_ENABLE:
+		case OCF_SET_CONTROLLER_TO_HOST_FC:
 			write_scan_enable_dump(level + 1, frm);
 			return;
 		case OCF_WRITE_CONN_ACCEPT_TIMEOUT:
@@ -1845,6 +1846,7 @@ static inline void cmd_complete_dump(int level, struct frame *frm)
 		case OCF_WRITE_AFH_MODE:
 		case OCF_SET_AFH_CLASSIFICATION:
 		case OCF_WRITE_EXT_INQUIRY_RESPONSE:
+		case OCF_SET_CONTROLLER_TO_HOST_FC:
 			status_response_dump(level, frm);
 			return;
 		}