diff --git a/port/posix-h4/main.c b/port/posix-h4/main.c index a8d6a5bda..1c95a6f07 100644 --- a/port/posix-h4/main.c +++ b/port/posix-h4/main.c @@ -228,6 +228,9 @@ static void local_version_information_handler(uint8_t * packet){ hci_set_chipset(btstack_chipset_tc3566x_instance()); use_fast_uart(); break; + case BLUETOOTH_COMPANY_ID_PACKETCRAFT_INC: + printf("PacketCraft HCI Controller\n"); + break; default: printf("Unknown manufacturer / manufacturer not supported yet.\n"); break;