mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-29 09:26:08 +00:00
posix-h4: report PacketCraft HCI Controller
This commit is contained in:
parent
0d5b1baf9a
commit
2f50bc44f0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user