[bt][bcm] Update firmware path to the correct location

BT-841 #progress
TEST=fx syslog no longer shows error log messages indicating firmware
     could not be loaded.

Change-Id: Ie292fd4e811f649b350724084003f81f359f2578
diff --git a/zircon/system/dev/bluetooth/bt-hci-broadcom/bt-hci-broadcom.c b/zircon/system/dev/bluetooth/bt-hci-broadcom/bt-hci-broadcom.c
index f836a5b..5711a56 100644
--- a/zircon/system/dev/bluetooth/bt-hci-broadcom/bt-hci-broadcom.c
+++ b/zircon/system/dev/bluetooth/bt-hci-broadcom/bt-hci-broadcom.c
@@ -27,7 +27,8 @@
 
 #define MAC_ADDR_LEN 6
 
-#define FIRMWARE_PATH "BCM4345C4.bin"
+// TODO: Determine firmware name based on controller version.
+#define FIRMWARE_PATH "BCM4345C5.hcd"
 
 #define FIRMWARE_DOWNLOAD_DELAY ZX_MSEC(50)
 
@@ -403,8 +404,9 @@
                 goto fail;
             }
         }
+        zxlogf(INFO, "bcm-hci: firmware loaded\n");
     } else {
-        zxlogf(INFO, "bcm-hci: no firmware file found\n");
+        zxlogf(ERROR, "bcm-hci: no firmware file found\n");
     }
 
     // We're done with the command channel. Close it so that it can be opened by