From 2f50bc44f0df43a75ff85446b9d0b229b5aff025 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 4 Jan 2022 17:50:23 +0100 Subject: [PATCH] posix-h4: report PacketCraft HCI Controller --- port/posix-h4/main.c | 3 +++ 1 file changed, 3 insertions(+) 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;